up vote 7 down vote favorite
4
share [g+] share [fb]

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

link|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
feedback

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

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

16 Answers

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

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

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

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

link|improve this answer
feedback
  • 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.
link|improve this answer
feedback
  • 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
link|improve this answer
feedback

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

link|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
feedback

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

Also all from O'Reilly theory in practice series.

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Looking for any new books from Jon Skeet.

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

Bret McLaughlin Java,XML,J2EE

link|improve this answer
feedback

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

link|improve this answer
feedback

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

link|improve this answer
feedback
  • Don Box
  • Jeffery Richter
link|improve this answer
feedback

Robert Martin and Mike Cohn

link|improve this answer
feedback

I like Jesse Liberty

link|improve this answer
feedback

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