Code Complete
July 28, 2009
by Steve McConnellFirst of all, I will say this. I should NOT have to tell anyone to buy this book. If you are a programmer, then you should already have a copy of it sitting on your desk or bookshelf. If you don't, then shame on you.
Code Complete is THE quintessential guide to building software. Not only does this book teach you techniques for creating a solid structured design, but it will also help you turn that design into a reality with clean well-written code.
Over the course of this book, Steve McConnell covers nearly every aspect of constructing software. Such topics include choosing a programming language, high-level design, coding conventions, class interface design, defensive programming, comparison of control structures, formal inspections, testing/debugging, and much more.
Like I said before, I should have to tell you to buy Code Complete, you should already own it. You should have looked at the title and immediately clicked away because you should have known that I wouldn't say anything that you didn't already know. But, if by some chance, you haven't read Code Complete yet, then you owe it to yourself (and to your users) to read it immediately.
Design,
Programming 









