Search Results

0
votes

if (condition) continue; OR if (!condition) { … }? (style preference)

My preference would be Style 1 but I would use Style 2 in a heartbeat if !parseMsg or !processMsg happened more often than not. Always put the most likely scenario first - right? …
12
votes

What is the best comment in source code you have ever encountered?

Honest to God: // This is crap code but it's 3 a.m. and I need to get this working. …
0
votes

Is staying employed as a programmer completely luck?

Unfortunately (or fortunately depending on your preference), we're in a field that is constantly changing. This requires us to maintain a state of continual learning. I read somewhere that if a …
0
votes

Sign of the times: what are you reading?

Domain-Driven Design by Eric Evans. …
0
votes

Does any programmer have to know C? Yes, why? No, why?

("slightly" tongue-in-check) You should learn it if, for no other reason, than it will make you love whatever language you're working in at that moment. …