vote up 7 vote down star
1

According to the most developers these two books are essential for any programmer; is there any recommendation in which one should I read first?

flag

That's the silliest question I've seen today. – shoosh Nov 23 '08 at 20:01
2  
When there's education behind it, no question is silly. Shame on you, Shy. – Chris Charabaruk Nov 23 '08 at 22:29

14 Answers

vote up 27 vote down check

Pragmatic Programmer. It's shorter, therefore you'll be halfway through your reading list earlier.

link|flag
I like your logic ;-) – Ferruccio Nov 23 '08 at 20:27
1  
Yeap, it's ... well, pragmatic. +1 – philippe Nov 24 '08 at 7:12
vote up 0 vote down

Neither. Go for Clean Code - its a newer book and very very good.

I have both the other books but Clean Code is my preferred read.

link|flag
vote up 2 vote down

I'd lean towards the Pragmatic Programmer first, though if you do it the other way around, I'd suggest taking a few months between the two. I read Code Complete first and picked up PP immediately afterwards. I found that in general, PP was a subset of the topics covered in Code Complete and found it pretty hard to get through. This was mainly due to the fact that in all cases, when there was overlap between the two books, CC had a more in depth look at the topic while PP took a more casual view.

I guess my feeling would be that if you've read Code Complete and really grokked it, the Pragmatic Programmer is some nice light reading for a rehash of the same stuff. Going the other way around is a more natural build into the real craft of software development.

link|flag
vote up 0 vote down

I've read PP first and them CC, but I think the opposite is best. Code Complete is a much more low-level, code-oriented book, which is a good starting point and you can see it helping you right from the first moment.

OTOH, Pragmatic Programmer is more helpful after you've had some experience with a few projects IMHO.

So PP->CC!

link|flag
vote up 0 vote down

I would suggest you read them both. Code Complete is large and like any large text is hard to absorb all of the good ideas/items in the book in one sitting. I have read it twice and still find things that I missed or glossed over on hte previous read. Pragmatic progrmmer is shorter and more concises.

The thing I liked about Pragmatic Programmer is that the ideas and themes are something you could just go into work and just adopt - even if you were the only one on the team to do so. Broken windows, DRY, Automate everything are just good suggestions and can be absorbed in about 10 minutes each.

link|flag
vote up 1 vote down

Pragmatic Programmer first. Code Complete is too heavy for a fresher to read.

link|flag
vote up 2 vote down

I haven't read Pragmatic Programmer, so I can't comment on that.

But let me suggest that you buy two copies of Code Complete: one for for your cubicle and the other for home (I usually keep mine in the bathroom).

I do not actually write code in the bathroom, however.

link|flag
you should probably get off of stack overflow and go buy Prag. Programmer then! It's awesome. – Ben Scheirman Nov 23 '08 at 18:56
vote up 1 vote down

Go with Pragmatic Programmer first. It is shorter and comes with a tip sheet to help reference the material it provides. Also it is written so you can read it in any order. Code Complete is rather huge and is a good reference to have.

link|flag
vote up 0 vote down

Code Complete

link|flag
vote up 0 vote down

I would read Code Complete first. It really helps you understand how technology has evolved and how your computer in a sense works. Coders should not know just how software works but to an extent how hardware works as well.

link|flag
vote up 6 vote down

I'd say Pragmatic Programmer. After reading Code Complete, you might think you already know everything and skip PP, while it still has added value (IMHO).

link|flag
vote up 2 vote down

As long as you read both of them, it doesn't matter which one you read first. But I'd also say start with Pragmatic Programmer, as it's the smaller of the two.

link|flag
vote up 1 vote down

After I read Code Complete I didn't feel the Pragmatic Programmer had much more to offer, so I say Code Complete.

link|flag
vote up 0 vote down

I read Pragmatic Programmer first and am currently reading Code Complete. So I feel Pragmatic first.

link|flag

Your Answer

Get an OpenID
or

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