0
votes
What is the single most influential book every programmer should read?
I personally think this is a little better than the venerable Code Complete. Pete Goodliffe has a very p …
5
votes
Why do we still program with flat files?
Here's why:
Human readable. That makes a lot easier to spot a mistake, in both the file and the parsing method. Also can be read out loud. That's one that you just cannot get with …
187
votes
What real life bad habits has programming given you?
Knuth would kill me, but I try to optimize every single path
that I take, from college to home or just to the bathroom. I
also tend to try to optimize the flow of people serving
things in restauran …
