Eure besten Quellcode Kommentare
lima-city → Forum → Sonstiges → Spam und sonstiges Unvergütetes
all
backen
bad
code
compiler
face
jahr
machen
modeln
moment
not
paar
pointer
quellcode
rat
richtige forum
sense
spezielle zwecke
these
verschieben
-
Hallo,
ich stöbere im Moment durch ältere Quellcodes, und finde manchmal richtig tolle Code-Kommentare :P :
PHP:
class myDate { // für spezielle Zwecke public $timestamp; // Unix-Timestamp (natürlich im Milliarden-bereich) public $year; // Das Jahr z.b. 2008 public $additional_years; // Zusätzliche Stellen für das Jahr //... }
oder
// Don'T try this at home
Wie sieht es bei euch aus?
Marius
(Ich weiß nicht ob es das richtige Forum ist, wenn es das nicht ist, dann einfach nach Off-Topic verschieben!) -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage
-
Mods: Bitte ins Spamforum
Aber: Q-Basic
Sub sternzeichnen
...
end sub
call sternzeichnen 'Rat mal was das macht!!! -
Aus dem "netcat" Quellcode:
#define SA struct sockaddr /* socket overgeneralization braindeath */ #define SAI struct sockaddr_in /* ... whoever came up with this model */ #define IA struct in_addr /* ... should be taken out and shot, */ /* ... not that TLI is any better. sigh.. */ /* I really want to strangle the twit who dreamed up all these sockaddr and hostent abstractions, and then forced them all to be incompatible with each other so you *HAVE* to do all this ridiculous casting back and forth. If that wasn't bad enough, all the doc insists on referring to local ports and addresses as "names", which makes NO sense down at the bare metal. What an absolutely horrid paradigm, and to think of all the people who have been wasting significant amounts of time fighting with this stupid deliberate obfuscation over the last 10 years... then again, I like languages wherein a pointer is a pointer, what you put there is your own business, the compiler stays out of your face, and sheep are nervous. Maybe that's why my C code reads like assembler half the time... */
Auch im Linux Quellcode findet man hier und da ein paar ganz amüsante Anmerkungen. -
Diskutiere mit und stelle Fragen: Jetzt kostenlos anmelden!
lima-city: Gratis werbefreier Webspace für deine eigene Homepage