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?
|
closed as not constructive by Kev♦ Aug 5 '12 at 14:02
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.
|
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:
|
|||
|
|
|
You should buy it just out of appreciation all for Steve McConnell did for programming by writing that book. Otherwise, they're very parallel. If you didn't "get" the first, the second edition won't help you. The examples updated to more modern languages does make things a little clearer, and some graphics are cleaned up. Terminology and practices are more up-to-date too, although he was pretty far ahead of the curve even then. If you're starting to read it with fresh eyes, and have the budget for it, it's worth it. I gave my CCI away to someone else so I would have an excuse to get CC2. It's win-win. :) See http://cc2e.com/Default.aspx?hid=337 for Steve's own comments on why he wrote CC2. |
||||
|
|
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. |
|||
|
|
|
Yep, version one is just fine. Read it at least once a year to help clear your head. |
|||
|
|
|
You can still apply the principles from the first version to languages and technologies that are on or close to the bleeding edge. The new version looks at a more modern set of languages and and concerns -- so the emphasis is more OO and C# than procedural and Pascal. The old advice is still as pertinent as ever; the revised edition just makes that clear by restating it for a more contemporary environment. |
|||
|
|
|
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 :( ) |
||||
|
|
|
I prefer it to the second edition. Code Complete 2 is very big on "big design up front" as the answer to all problems. |
|||||
|
|
I have read both. I felt that the new version had not been updated as much as I had hoped. They are good books, make you reflect on how you do things. I would buy the new book. The cost of the book is cheap compared with the value of the time you spend to read it. |
|||
|
|
|
I think that you should get version 2 - it has a lot more stuff on modern OO principles such as SOLID programming (although I don't think it is actually referred to as SOLID in the book). |
|||
|
|
|
If you have CC1 you might want to consider electronic access to CC2 to get the updates and also gain access to it on your computer(s), providing you are content to read on-screen. As well as being accessible on the Safari Books Service it is also currently on the Safari subset that ACM Professional Members so you get access to a selection of IT books for the annual subscription charge. In practice I have the paper copy and electronic access -- it allows me to lend the paper copy to people who might benefit from it and gives them the opportunity to evealuate it before buying their own copy and recommending it to others. |
|||
|
|
|
I prefer the first edition. The most important ideas were already in the first edition. Some of the additional material in the second edition isn't as important. Code Complete holds up well with age because it isn't about the aspects of programming that change every year. |
|||
|
|
|
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. |
|||
|
|
|
Absolutely. It's one of the most important books you will ever read. :-) Just bought the version 2 myself. |
||||
|
|
