Cats like to read

Update:

Justin Weiss has two great posts about learning programming.


I started working as a developer when I was still coursing my bachelor and soon I realized that there are a bunch of smart people out there working on impressive projects such Linux, Gimp, Vim, the Ruby language, and many many others open-source (closed as well) projects. Since college I’ve being striving for this level of proficiency in both coding and software design, but I found difficult to understand the need for abstract things such as the ones explained on Design Patterns. With time and some (short) experience in real world applications, I was able to recognize the value of those elements. Now, as a computer engineer, I still don’t have the confidence I’ve been looking forward to but, at least, I think I found a way to get there.

It’s all about learning and applying.

Much like the TDD (test driven development) jingle, “Red, Green, Refactor”. I realized I just had to keep learning from the brilliant gurus, applying it on my daily work and improve. Somehow I stumbled upon this question on StackOverflow: What is the single most influential book every programmer should read? That was when I decided to buy the 10 top ones, read them and write a little bit about it. To the present point, the ten top ones are:

  1. Code Complete (2nd edition) by Steve McConnell
  2. The Pragmatic Programmer by Andrew Hunt and David Thomas
  3. Structure and Interpretation of Computer Programs
  4. The C Programming Language by Kernighan and Ritchie
  5. Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
  6. Design Patterns by the Gang of Four
  7. Refactoring: Improving the Design of Existing Code by Martin Fowler
  8. The Mythical Man Month by Fred Brooks
  9. The Art of Computer Programming by Donald Knuth (this one I still don't know if I'll actually read or not ...)
  10. Compilers: Principles, Techniques and Tools by Alfred V. Aho, Ravi Sethi and Jeffrey D. Ullman

I also think it’s nice that the books are diverse, they cover from Software Engineering (requirements, project management, etc), language specifics, theoretical computer science, and so on. This way, hopefully, I’ll become a more complete professional.

  1. It’s actually a quote from Avdi Grimm.