1
vote
Do you ever code just for fun?
I do a lot of programming in my spare time just for the fun of it. Probably more than I do at work, in fact. A lot of my programming has been related to the original Doom (there's still a fairly …
65
votes
What is the best comment in source code you have ever encountered?
The original Doom had an engine with static walls that could not move; the result was that all doors opened vertically; nothing could ever move horizontally. I burst out laughing when, after the s …
1
vote
What is the most useful script you’ve written for everyday life?
I wrote a script for formatting C source files that automatically indents the code using an appropriate combination of tab and space characters, such that the file will appear correct regardless of …
