Doppelgangers are proof that God sometimes reuses his code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Doppelgangers are proof that God sometimes reuses his code

My thought of the day...

20th Jan 2017, 7:45 PM
Rikits
Rikits - avatar
7 Answers
+ 9
^_^
20th Jan 2017, 7:50 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 8
It'd be nice if u tell us the meaning of the very first word of ur thought... after that we might understand ur thought ;)...^_^★_★
20th Jan 2017, 7:57 PM
★★★
+ 6
=^=
21st Jan 2017, 1:07 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
Sorry thought 'doppelganger' was a global term.... Here you go :o) : doppelgänger ˈdɒp(ə)lˌɡaŋə,ˈdɒp(ə)lˌɡɛŋə/ noun an apparition or double of a living person.
20th Jan 2017, 8:02 PM
Rikits
Rikits - avatar
+ 4
I feel that God created similar objects twice. class Earth_Human { // Billions of lines of code } void main() { .... Earth_Human eh000123(parameters); .... .... Earth_Human eh456789(parameters); .... } // Output : Doppelgangers.
21st Jan 2017, 2:14 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 1
God simply instantiated many objects of one class human. class Human { // many lines of codes } public class Humans { static void main(String[] args) { Human human1 = new Human(attributes and behaviours); Human human2 = new Human(attributes and behaviours); // output: doppelgangers } }
22nd Jan 2017, 1:09 AM
Ezekiel Oladejo
Ezekiel Oladejo - avatar
+ 1
Sometimes I wish I could rewrite my genetic code to have a better CSS.
23rd Jan 2017, 6:43 PM
Eduardo Sebastian Ortega
Eduardo Sebastian Ortega - avatar