1
vote
How do I reward my developers for the little things they get right?
I believe you hit the nail on the head when you said, "they have value because I do not have to go through and point out mistakes which means I do not have to watch them like a hawk which frees me …
7
votes
Ways to prepare your mind before coding?
First, if you expect to accomplish anything significant make sure you can have the next several hours potentially uninterrupted. There's nothing more destructive to a productive mind frame than get …
3
votes
Humor in code
My favorite is a comment a co-worker added to a safe-delete function we had in c++. It was very hackish, but it protected from some null problems in a code-base that wasn't checking nulls often eno …
6
votes
.NET WTF?s
I always thought the XmlWriter was a pretty insane design for an abstract base class. The following are just the abstract methods you have to provide - there are plenty of other virtual an …
10
votes
What are your language “hangups”?
I never really liked the keywords spelled backwards in some scripting shells
if-then-fi is bad enough, but case-in-esac is just getting silly
…
