vote up 8 vote down star

I bought it the other day, and just started to get into it. Should I have gone for the second edition? Or is the first edition still relevant?

flag

8 Answers

vote up 0 vote down

thank you for your answers. :)

link|flag
vote up 5 vote down

Even though it's now 15 years old, most of the advice is fairly timeless and so still quite relevant. The chapters on software craftsmanship alone are worth the price of the book.

This was the prescribed text in my first year introductory software engineering subjects, and one of the few texts in which I found myself consistently reading and re-reading throughout the course.

link|flag
vote up 10 vote down

Code Complete 1 will be of value to you. You will not regret it. I also recommend Rapid Development and his book on Estimation. Very practical for a career in software development.

That said, Code Complete 2 has some things that will eventually be of interest to you:

  • Sections on Refactoring are added.
  • Performance suggestions now include data on .Net and Python.
  • Discussion on Design and Requirements.
link|flag
vote up 3 vote down

Yep, version one is just fine. Read it at least once a year to help clear your head.

link|flag
vote up 2 vote down

I prefer it to the second edition. Code Complete 2 is very big on "big design up front" as the answer to all problems.

link|flag
vote up 2 vote down

I still have the original Code Complete from Microsoft Press on my book shelf. I think it was one of the best resources for non-language specific practices that will always be useful. I haven't actually seen the later editions, but the information and disciplines explained in that book have been invaluable to me.

Edit: as an additional note, It sits right beside "Writing Solid Code" and "Writing Secure Code" which are also a fairly good books to keep you from straying too far off the path into evil coding. (which I still do on occassion, anyway :( )

link|flag
vote up 0 vote down

It's still a fantastic book. You have not wasted your money. Even if CC2e hadn't come out, it would have been a classic.

link|flag
vote up 0 vote down

Absolutely. It's one of the most important books you will ever read. :-)

Just bought the version 2 myself.

Ron

link|flag

Your Answer

Get an OpenID
or

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