Es gibt schon sehr lustige Kommentare im Quellcode von Software*… Hier ein paar meiner Favoriten!
//When I wrote this, only God and I understood what I was doing
//Now, God only knows |
//When I wrote this, only God and I understood what I was doing
//Now, God only knows
// Replaces with spaces the braces in cases where braces in places cause stasis
$str = str_replace(array("\{","\}")," ",$str); |
// Replaces with spaces the braces in cases where braces in places cause stasis
$str = str_replace(array("\{","\}")," ",$str);
/**
* Always returns true.
*/
public boolean isAvailable() {
return false;
} |
/**
* Always returns true.
*/
public boolean isAvailable() {
return false;
}
long long ago; /* in a galaxy far far away */ |
long long ago; /* in a galaxy far far away */
(via Younic und Stack Overflow)