in reply to Re: Essential skills for any software developer
in thread Essential skills for any software developer

I would add to that list a style book.
The The Elements of Java style] is nice, but has the word Java in the title. The classic book is The Elements of Programming Style, but I have not read it and don't know how readable it is.

Bently's Programming Pearls is also a good book to for programmers to read. This is mostly a book about how to solve the X Y Problem.

-- gam3
A picture is worth a thousand words, but takes 200K.
  • Comment on Re^2: Essential skills for any software developer