Die „besten“ Kommentare im Quellcode

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
// Magic. Do not touch.
// 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;
}
long long ago; /* in a galaxy far far away */

(via Younic und Stack Overflow)

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert