You know you're a crappy programmer when...

Started by
116 comments, last by Mantrid 15 years, 1 month ago
You crappy know you're a speak English can't you programmer when.
Advertisement
you know you're a crappy programmer when you're drunk...
[size="2"]I like the Walrus best.
You're a crappy programmer when you think the compiler has bugs in it and you have been programming for less than a year.
Quote:Original post by Programmer One
You know you're a crappy programmer when you're not me.


bool TestProgrammerCrappyness(string programmername){ if(programmername != "Programmer One")  return true; else return false;}void RandomSillyness(){ string programmer = "John Carmack"; bool result = TestProgrammerCrappyness(programmer); if(result == true)DispatchEvilDroidKillBotToDestroy(programmer);}

are you sure about this? I think something bad might have just happened.

------------------------------------------------------------- neglected projects Lore and The KeepersRandom artwork
Quote:Original post by owl
you know you're a crappy programmer when you're drunk...

Not true! [grin]

Anyway, you're a crappy programmer if you don't already know you're a crappy programmer.
Quote:Original post by Daaark
when you defend your single language of choice like it was a person.


Heh. That reminds me of a thread I once saw somewhere...

Quote:Original post by Goober King
*** Source Snippet Removed ***
are you sure about this? I think something bad might have just happened.




I rest my case, I rest my case.
Oh, god. A prime example of a crappy programmer:
#include "SDL.h"int main(int argc, char* args[]){	return 0;}
This throws an exception after main, believe it or not. Haha I knew this thread would come in handy! I suck!

[Edited by - Mybowlcut on March 8, 2009 9:33:16 PM]

You're a crappy programmer when you spend a good three hours debugging your program without getting anywhere, and only after those three hours realizing that you used a local (invoking a copy constructor) where you should have used a reference because you forgot a '&' symbol...

Yup...
Quote:Original post by link3333
...you spend 3 months on A* and still don't get it right.


I did spend like a month before I got A* to work perfectly.














But, I was only 14 years old at the time, does that make it any better? [grin]
while (tired) DrinkCoffee();

This topic is closed to new replies.

Advertisement