mads Skrevet 18. februar 2011 Del Skrevet 18. februar 2011 Inspirert av denne: http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered I kildekoden til dette forumet: /* Owner: Matt "Oh Lord, why did I get assigned this?" Mecham */ //---------------------------------------- // Keep the server busy for a while //---------------------------------------- while ( 1 == 1 ) { Kjør på! 1 Lenke til kommentar
Hieronymus Skrevet 20. februar 2011 Del Skrevet 20. februar 2011 (endret) // the next line is a comment // comment --- BalleB Endret 20. februar 2011 av BalleB 1 Lenke til kommentar
TheMaister Skrevet 20. februar 2011 Del Skrevet 20. februar 2011 /* This is O(scary), but seems quick enough in practice. */ Lenke til kommentar
xqus Skrevet 20. februar 2011 Del Skrevet 20. februar 2011 Dette er noe av det gøyeste med å lese andre sin kode. Bare dumt det ikke er flere som putter mer humor i koden sin. /* * OK; before you read the following code know what I am trying to do. * I needed to get the list of child catagories from the root node so that * the root node didn't appear in the selection box. But for some stupid * fucking reason the stupid fucking DBA wont let me access the items using * indices and I instead have to use their stupid fucking Iterator * implementation. So there. */ $firstList = $this->getRootNode()->getChildren(); foreach ($firstList as $node) { $nodes = $node->getChildren(); break; // wtf? } // no comments for you // it was hard to write // so it should be hard to read //When I wrote this, only God and I understood that I was doing //Now, God only knows #define TRUE FALSE //Happy debugging suckers /* Welcome to Sun Microsystems, can I take your order please? */ if(!hp->happy_flags & HFLAG_FENABLE) return happy_meal_bb_write(hp, tregs, reg, value); /* Would you like fries with that? */ hme_write32(hp, &tregs->frame, (FRAME_WRITE | (hp->paddr << 23) | ((reg & 0xff) << 18) | (value & 0xffff))); while(!(hme_read32(hp, &tregs->frame) & 0x10000) && --tries) udelay(20); /* Anything else? */ if(!tries) printk(KERN_ERR "happy meal: Aieee, transceiver MIF write bolixed\n"); /* Fifty-two cents is your change, have a nice day. */ 2 Lenke til kommentar
tickinghd Skrevet 19. mars 2011 Del Skrevet 19. mars 2011 // Don't change the following unless you know what you are doing. [hack] Lenke til kommentar
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå