Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

While answering this question on being stuck on a problem I recommended a book by Gerald Weinberg called "Are Your Lights On: How to Figure Out What the Problem Really Is" (sanitised Amazon link) and this started me thinking that:

  • I've read a lot of excellent books by Jerry on all sorts of things
  • I often go back and reread his books
  • I look forward to any new books written by him. In fact, I'm reading his new book "Perfect Software: And Other Illusions about Testing" (sanitised Amazon link) at the moment and it is a real eye-opener. Thanks Jerry.

Then I realised that I always do the same for Scott Berkun, Steve McConnell, Martin Fowler and The Pragmatic Programmers.

Anyone else have authors that they regularly check to see if they have a new release out. I'm talking specifically software development and project management here.

cheers,

Rob

share|improve this question
+1 for Jerry's stuff, informative and an entertaining read, which makes it so much easier. – Shane MacLaughlin Jan 9 '09 at 11:47
@smaci, yes! totally. he has that balance totally correct! – Rob Wells Jan 9 '09 at 14:06

closed as not constructive by Bill the Lizard Sep 26 '11 at 14:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

16 Answers

up vote 3 down vote accepted
  • Scott Meyer (C++);
  • Josh Bloch (Java);
  • Alan Holub (Java);
  • Michael Abrash.
share|improve this answer

What I was writing C++ I had everything that Scott Meyers wrote.

share|improve this answer
Scott Meyers writings connected with me well. – J.J. Jan 12 '09 at 14:02

Head first java by Kathy Sierra and Bert Bates was really useful when i started my career in java.

share|improve this answer
  • Frederick Brooks, as he seems to grasp the softer aspects better than most.
  • Jim McCarthy, as he grasps teams so well. His new Agile stuff is good.
share|improve this answer
  • Bruce Eckel back in the day, mostly cause he didnt just tell you "how", he'd tell you "why"
  • Joel Spolsky. I don't agree with everything he has to say but it's always an entertaining read and bite-size chunks so you can pick up and put down at your leisure
share|improve this answer

Steve McConnell (Code Complete, Software Estimation, etc...)

share|improve this answer
Damn, I missed that you mentioned him in the question. I'll leave it up in case anyone finds the link useful. – Paul Dixon Jan 9 '09 at 11:37

Martin Fowler (Refactoring) and Kent Beck (Test-Driven Development: by example and Implementation Patterns

Also all from O'Reilly theory in practice series.

share|improve this answer

Dave Thomas & Andy Hunt. The pragmatic Programmers :) Their books are easy to read and contains golden nuggets of wisdom.

share|improve this answer

Herb Sutter (C++). His books (and articles) are exceptional (pun intended).

share|improve this answer

Looking for any new books from Jon Skeet.

share|improve this answer
compile all his answers from SO and make it into a book then :) – melaos Jan 9 '09 at 12:16

Bret McLaughlin Java,XML,J2EE

share|improve this answer

Alistair Cockburn best author on real software project management and the development process for small to medium sized teams.

share|improve this answer

I'm a huge fan of the Head First Labs books from O'Reilly

share|improve this answer
  • Don Box
  • Jeffery Richter
share|improve this answer

Robert Martin and Mike Cohn

share|improve this answer

I like Jesse Liberty

share|improve this answer
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Craigy Aug 30 '12 at 15:43

Not the answer you're looking for? Browse other questions tagged or ask your own question.