A) poststupidshit
B) post_stupid_shit
C) PostStupidShit
D) postStupidShit
E) pss lol
etc
I call them like PostStupidShit or XXX_PostStupidShit where XXX is a module's short name.
Name:
Anonymous2005-12-30 18:50 (sage)
can be further..
Name:
Anonymous2005-12-30 22:58
fgsfds();
Name:
Anonymous2006-01-03 13:45
if i have to insert some code for debugging purposes or am writing some really worthless one-use stuff it usually looks like this:
fuck = shit*2;
while(faggots--) {
asshole(shit);
fuck += you;
}
print "suck a dick:" + fuck + "," + you;
Name:
Anonymous2006-01-03 16:01
i called one of my functions shitFuckingBlowsUp because it used unsafePerformIO... also sometimes i call my function tut, tutut, tututut,... when it gets too long I call them toot, toottoot,... and variations.
Name:
Anonymous2006-01-03 20:56
>>44
Your job position at maintenance is secured. We don't want it.
For debugging purposes I just use obfuscated code and vowel variables.
I did use swear words in some code, but it was something like
Remind me to never, ever, ever work with you or on any code you've written.
Name:
Anonymous2006-01-05 16:42
>>44
You dirty, dirty boy. Just wrap your crap in an IO monad like the rest of us do and stop having pretensions about doing computation when it's really I/O.
>>50
what is the difference between that and regular C? From my understanding OO concepts are not language dependant so why does objective C exist? I've also never used it and google doesn't work for me. Actually no, I'm just lazy to look it up.
Name:
Anonymous2006-01-07 13:46
>>51
Why does any language above assembler exist? Because it's easier to have the compiler and runtime do some of the grunt work for you.