Tim's Weblog
Tim Strehle’s links and thoughts on Web apps, software development and Digital Asset Management, since 2002.
2013-03-02

Reading list for younger programmers

Being what they call a “senior developer”, I should have invested some time helping younger colleagues learn. (I may have shied away from teaching them because they usually have real Computer Science degrees, while I’m just an Information Scientist-turned-programmer with lots of self-education and training on the job. But not all real-world wisdom seems to be taught in Comp Sci courses.)

The best advice I could give: Don’t take my advice, learn from the masters instead. There’s so much more to the craft of programming than just getting your code to run. No matter what language you will be programming in, read these three books:

Eric Steven Raymond’s The Art of Unix Programming (free, online), The Pragmatic Programmer by Andrew Hunt and David Thomas, and Getting Real by Basecamp.

Then make sure you know these phrases, you might need them from time to time:

Now go and read Tim Bray, Dave Winer, Joel Spolsky, Jeff Atwood, Signal vs. Noise, Paul Graham, and Seth Godin.

Have fun and good luck!