3
votes
How long does it take to become proficient in Java if you are new to programming?
Java isn't a terrible language for someone who's new to programming, but it's certainly not the simplest either. If you're looking to create the foundation for a long-lasting programming career, I …
0
votes
Are you a good or bad programmer?
I'm not a good programmer, but I try to learn something new every day. Constant improvement is more fun than being at the top all the time, anyway :)
…
18
votes
What is the worst interview question?
I remember some commenter on The Daily WTF that said that he would randomly throw out an Airplane! quote (e.g. "Do you like movies about gladiators?"), with the comment that "if they didn't get the …
1
vote
Gaming Development vs Corporate Software Development
While I can't speak from personal experience, all of my friends that have worked in the game industry have said that the hours they have to put in sometimes are brutal. The pay seems to o …
9
votes
What is the most important thing you weren’t taught in school?
The fact that you're often doing more harm than good by over-commenting your code.
int count = 0; // variable to store the counter
should NEVER be taught as good …
