Have one to sell? Sell yours here
 
 
Code Complete: A Practical Handbook of Software Construction
 
 

Code Complete: A Practical Handbook of Software Construction (Paperback)

by Steven C. McConnell (Author)
4.7 out of 5 stars  See all reviews (65 customer reviews)

Available from these sellers.


26 used from £3.39

Special Offers and Product Promotions


Customers Who Bought This Item Also Bought

The Mythical Man Month and Other Essays on Software Engineering

The Mythical Man Month and Other Essays on Software Engineering

by Frederick P. Brooks Jr.
4.3 out of 5 stars (26)  £13.79
The Pragmatic Programmer

The Pragmatic Programmer

by Andrew Hunt
4.1 out of 5 stars (20)  £15.91
Writing Solid Code: Microsoft Techniques for Developing Bug-free C. Programs (Microsoft Programming Series)

Writing Solid Code: Microsoft Techniques for Developing Bug-free C. Programs (Microsoft Programming Series)

by Steve Maguire
Code Complete: A Practical Handbook of Software Construction

Code Complete: A Practical Handbook of Software Construction

by Steve McConnell
4.5 out of 5 stars (10)  £21.94
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)

by Scott Meyers
4.8 out of 5 stars (45)  £15.96
Explore similar items

Product details

  • Paperback: 896 pages
  • Publisher: Microsoft Press,U.S. (27 May 1993)
  • Language English
  • ISBN-10: 1556154844
  • ISBN-13: 978-1556154843
  • Product Dimensions: 23.4 x 18.8 x 4.3 cm
  • Average Customer Review: 4.7 out of 5 stars  See all reviews (65 customer reviews)
  • Amazon.co.uk Sales Rank: 303,527 in Books (See Bestsellers in Books)
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review

A modern-day classic on software engineering, Code Complete focuses on specific practices you can use to improve your code and your ability to debug it--and ultimately deliver better, more efficient programs in less time. With every bit of advice the book proffers you'll improve your ability to write elegant, self-documenting, maintainable software. McConnell doesn't focus on the idiosyncrasies of any single language, but on the general issues developers face: naming subroutines and variables in meaningful ways, designing control structures, finding and correcting errors in code, and many, many more. Code Complete is packed with code samples demonstrating good and bad programming practices and checklists that you can use to vet your own work.

From the author's preface: "My primary concern in writing this book has been to narrow the gap between the knowledge of industry gurus and professors on one hand and common commercial practice on the other. Although leading-edge software-development practice has advanced rapidly in recent years, common practice hasn't. Many programs are still buggy, late, and over budget, and many fail to satisfy the needs of users. The research and programming experience collected in this book will help you to create high-quality software and do your work more quickly and with fewer problems."

From the publisher: "Whatever your background--experienced developer, self-taught programmer, or programming student--this ingeniously organised handbook contains state-of-the-art information that can help you write better programs in less time with fewer headaches. Code Complete is not a panacea, but it is an encyclopedic treatment of software construction, the most important part of the software-development cycle. It contains some 500 examples of code (good and bad) and includes ready-to-use checklists to help you assess your architecture, design approach, and module and routine quality.

Perhaps most important of all, Code Complete provides a larger perspective on the software-development process and the role of construction in the process that will inform and stimulate your thinking about your own projects, enabling you to take strategic action rather than fight the same battles again and again.

The concepts discussed in Code Complete are applicable to any procedural language in any computing environment. --Amazon.com



Product Description

"Code complete" is the phrase used by programmers to announce the completion of a software program. Drawing its examples from a variety of computer languages, this book focuses on programming technique rather than the requirements of a specific programming language or environment. Steve McConnell developed True Type and Windows for the Microsoft Corporation. Topics include: front-end planning, applying good design techniques to construction, using data effectively, using common and advanced control structures, secrets of self-documenting code, testing and debugging techniques, improving performance with code tuning, managing construction activities, and relating personal character to the development of superior software.

Inside This Book (Learn More)
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
software development
software engineering
programming
programming books
work
sw dev
sde development
reference
program design
philosophy
oo

Your tags: Add your first tag
 


 

Customer Reviews

65 Reviews
5 star:
 (54)
4 star:
 (6)
3 star:
 (3)
2 star:
 (1)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.7 out of 5 stars (65 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
14 of 15 people found the following review helpful:
5.0 out of 5 stars The definitive guide on common-sense software development, 18 Jul 1997
By A Customer
The subtitle of McConnell's book is "A Practical Handbook of Software Construction". I have found that it lives up to this claim excellently. Like Brook's classic "The Mythical Man-Month" Code Complete offers practical advice on the real-world challenges of software development. Code Complete contains 33 chapters, which can be read as separate essays.

To entry-level programmers and computer science students, this book is an excellent primer on the fundamentals of the industry. For experienced programmers, this book is an great way to review your own development strategies and best practices. For project managers, Code Complete serves as a great source of ideas for process improvement, as well as a great learning tool to pass on to new entry-level hires. My employer has used several chapters out of Code Complete as the basis for discussion topics.

McConnell writes in an easy-to-read, entertaining style that has made him one of the most popular authors in the field. His book "Rapid Development", is also an extremely popular book on software development, and many (including me) are anxiously awaiting his next work, "Software Project Survivial Guide".

In short, Code Complete belongs in the library of every serious developer.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
8 of 9 people found the following review helpful:
5.0 out of 5 stars The best in its class, perhaps the ONLY book in its class?, 24 Sep 2003
There are many great books on how to design software, there are many great books on how to manage software projects and the are thousands of books on programming and programming languages (not all great). But, I don't think there are any books that fill the niche filled by CC. As the title says it is about software construction, that means it is about writing software in a professional way on a professional project. It is about writing code that can be maintained for years ahead.

This is not "how to program" - for that you probably want a language specific book anyway. This is more like "how to be a programmer". The difference may seem subtle, and if you have never worked as a professional developer it may be a little vague, but there is a difference between writing code for yourself or even for a university course and writing code for a living. As an undergraduate, for example, you may want to write a recursive routine to demonstrate your knowledge but in a "real-life" project recursion is a last resort. This book explains that difference and leads the way to a preofessional approach to software development.

Highly recommended for developers. Manager could read it but to be honest they would be better off investing their time in other books, such as Rapid Development. No, this one is aimed squarely at those on the code face and should be essential reading to anyone starting a career in software.

My only gripe is that it is now 10 years old so there are no examples in Java, C++, Perl, C# etc... The examples that are given are clear and easy to follow but it would be great if an updated edition could be produced. Also, another nice-to-have would be some coverage of OO development. Don't let this put you off, just because it is not 100% up-to-date does not mean it is not 100% useful.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
16 of 19 people found the following review helpful:
5.0 out of 5 stars If I could, I'd give this book 10 stars! :), 10 Jul 1998
By A Customer
Reading this book was an eye-opening experience for me! I started programming a couple years ago in BASIC, then I switched to C taking over many of the bad programming style I developed with BASIC. Lately I discovered my interest in programming once again, read through an MFC book and began programming for Windows, a whole new field for me. I always wondered how professional programmers are able to maintain programs that are more complex than Notepad.

I thought it's just the experience and knowledge of almost all the possible (MFC) functions that exist. Code Complete showed me that it's a lot more than that, beginning by designing your program, not just starting to write code right away, up to topics like naming conventions for variables, how to determine what code to put into a routine or how to make your program easier to debug.

Although Code Complete may sound like a very dry book only for expert programmers, it really isn't. Steve McConnell even managed to throw in a lot of amusing anecdotes or witty tests - like the one: "How many of these data structures do you know?". If you checked (almost) ALL of them, you're advised to read the section about intellectual honesty - because some of the data structures are bogus names made up by the author. :)

All in all, I HIGHLY recommend this book to anyone , whether you're a professional programmer (for me that is any programmer whose job is programming <g>) or a hobbyist like me, wanting to create the applications you always dreamed of but thought you could never manage it.

Especially interesting for students or anyone trying to start a career as a programmer: this book contains a lot of 'further reading' advices with short descriptions of the books. So this book is also an excellent entry point for those wanting to become a professional programmer and are looking to fill the mind gaps where necessary.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Let down by poor examples
This book is jam-packed with useful guidance and information. Unfortunately, the examples given are both few in number and rather obscure, which is as surprising as it is... Read more
Published 15 months ago by S. A

5.0 out of 5 stars It's The Bible
Read this and your coding will be right first time more often more defensively programmed when it does go wrong, simpler (! Read more
Published 18 months ago by JDPLATTEN

3.0 out of 5 stars Good in it's day, now rather dated.
I'm not knocking 2 stars off due to any problems with the quality of this book. No, indeed I wish I'd read it when I was starting out 10 years ago. Read more
Published on 13 Sep 2002

4.0 out of 5 stars Interesting read and very useful for software development
The books covers a wide range of topics on software construction. It is easy to read. The points it makes are sometimes common sense but nevertheless comprehensive and can be used... Read more
Published on 25 Jul 2002 by Y. Kuo

5.0 out of 5 stars Superb!
If you aim to becoming a Top Class Programmer, you MUST have (and read!) this book, no matter how many thousands lines of code you have written already...
Published on 22 Jun 2002 by Giuseppe C.

2.0 out of 5 stars Too old and too little substance
As a professional programmer I am always trying to improve my skills and knowledge of what good code is. Therefor I bought this book. Read more
Published on 21 Jun 2002 by Normann Aaboe Nielsen

5.0 out of 5 stars EXELLENT
This is a book that should be read by not only developers but also managers who work with developers! Read more
Published on 14 Jun 2002 by Jaan Klouman

5.0 out of 5 stars Great book, not just for reading but also for reference.
This book has help me in deploying and understanding why projects fail and how to over come the shortfalls. Read more
Published on 20 Dec 2001 by bryan@microwriter.com

4.0 out of 5 stars Get it for your library if nothing else
Taught me a lot about defensive programming, how to do it effectively and only once! Littered with examples from lots of languages, the author knows what he is talking about. Read more
Published on 21 Nov 2001 by colinavey@hotmail.com

5.0 out of 5 stars Everyone should have a copy
Glancing through the reviews and seeing how many people had given it 5 stars I thought people must be overclaiming it's value. Read more
Published on 30 May 2001

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback

Ad

Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.