+ 12
Doppelgangers are proof that God sometimes reuses his code
My thought of the day...
7 Antworten
+ 9
^_^
+ 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 ;)...^_^★_★
+ 6
=^=
+ 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.
+ 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.
+ 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
}
}
+ 1
Sometimes I wish I could rewrite my genetic code to have a better CSS.