vote up 1 vote down star

Ive am trying to become a "better" programmer, I have been researching books to do this and I have came across these 2:

http://www.amazon.com/Code-Complete-Practical-Handbook-Construction/dp/0735619670/ref=wl_it_dp?ie=UTF8&coliid=I2BCDR4L176KL2&colid=25CPBFU7EGNU7

http://www.amazon.com/Pragmatic-Programmer-Journeyman-Master/dp/020161622X/ref=wl_it_dp?ie=UTF8&coliid=I3M6T5KY101KZM&colid=25CPBFU7EGNU7

It seems like people are favoring the code complete, but I read snippets of both and found pragmatic to be easier to follow, plus its only 300+ pages where code complete is 900+

So my question is, if I were to decide to read both, which one should I read first?

Thanks!


Exact Duplicate: http://stackoverflow.com/questions/312721/which-book-should-i-read-first-pragmatic-programmer-or-code-complete

flag

Exact duplicate of question stackoverflow.com/questions/312721/… – Bill Karwin Dec 13 '08 at 19:09

closed as exact duplicate by Bill Karwin Dec 13 '08 at 19:09

3 Answers

vote up 0 vote down

I suggest you Code Complete

Just read this book! If you want to construct software in a timely, efficient, and complete manner--this is the definitive book to read. Not dry at all, Steve McConnell covers topics for all experience levels. Even if you're an experienced programmer, you will learn something from this great piece of literature.

link|flag
vote up 1 vote down

Have a look at the answers in this thread: http://stackoverflow.com/questions/312721/which-book-should-i-read-first-pragmatic-programmer-or-code-complete

link|flag
vote up 0 vote down

I suggest you to read The Pragmatic Programmer first since it's shorter, but I'm sure that you'll enjoy both!

link|flag

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