Search
 Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Software Development » Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)October 11, 2008  
Browse
Books
Computers
Electronics
Related Categories
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• General
Programming
Computers & Internet
Subjects
Books
• General
Languages & Tools
Programming
Computers & Internet
Subjects
• Software Engineering
Computer Science
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books
Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)
Clean Code: A Handbook of Agile Software Craftsmanship (Robert C. Martin Series)
Author: Robert C. Martin
Publisher: Prentice Hall PTR
Category: Book

List Price: $42.99
Buy New: $29.99
You Save: $13.00 (30%)
Buy New/Used from $27.86

Avg. Customer Rating: 4.5 out of 5 stars(5 reviews)
Sales Rank: 2943

Languages: English (Original Language), English (Unknown), English (Published)
Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 464
Shipping Weight (lbs): 1.5
Dimensions (in): 9.2 x 6.9 x 1

ISBN: 0132350882
Dewey Decimal Number: 005.1
EAN: 9780132350884
ASIN: 0132350882

Publication Date: August 11, 2008
Availability: Usually ships in 1-2 business days

Similar Items:

  • The Productive Programmer (Theory in Practice (O'Reilly))
  • Implementation Patterns (Addison-Wesley Signature Series)
  • Code Complete: A Practical Handbook of Software Construction
  • Effective Java (2nd Edition) (Java Series)
  • Pragmatic Thinking and Learning: Refactor Your Wetware

Editorial Reviews:

Product Description
Even bad code can function. But if code isn?t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly written code. But it doesn?t have to be that way.

Noted software expert Robert C. Martin presents a revolutionary paradigm with Clean Code: A Handbook of Agile Software Craftsmanship. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code ?on the fly? into a book that will instill within you the values of a software craftsman and make you a better programmer?but only if you work at it.

What kind of work will you be doing? You?ll be reading code?lots of code. And you will be challenged to think about what?s right about that code, and what?s wrong with it. More importantly, you will be challenged to reassess your professional values and your commitment to your craft.

Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is an exercise in cleaning up code?of transforming a code base that has some problems into one that is sound and efficient. The third part is the payoff: a single chapter containing a list of heuristics and ?smells? gathered while creating the case studies. The result is a knowledge base that describes the way we think when we write, read, and clean code.

Readers will come away from this book understanding
  • How to tell the difference between good and bad code
  • How to write good code and how to transform bad code into good code
  • How to create good names, good functions, good objects, and good classes
  • How to format code for maximum readability
  • How to implement complete error handling without obscuring code logic
  • How to unit test and practice test-driven development
This book is a must for any developer, software engineer, project manager, team lead, or systems analyst with an interest in producing better code.




Customer Reviews:

5 out of 5 stars Applying the Boy Scout Rule...   September 23, 2008
  3 out of 3 found this review helpful

When you do code maintenance, you can really "love" or "hate" a person that you do not even know just by the code he or she has written. Messy code almost always goes hand in hand with lower productivity, lower motivation, and a higher number of bugs. In the first chapter, Robert C. Martin presents in a very instructive way, the opinion from very well-known personalities about what "clean code" is, and also suggests we apply the Boy Scout Rule (Leave the campground cleaner that you found it) to our code. The following chapters present practical advice about how to do this cleaning (or even better, how to avoid the mess in the first place).

The suggestions presented in the book (meaningful names, pertinence of comments, code formatting, etc) may sound very familiar to any experienced programmer but they are presented with such a level of detail and with very illustrative examples that it is almost impossible not to learn valuable things chapter by chapter. All the examples are in Java, but the guidelines they illustrate can be applied, in most of the cases, to other languages.

The most challenging chapter to read (but also a very valuable one) was the Refactoring of the class SerialDate (from the JCommon library). It is a real-life example and the author shows step-by-step what it takes to do refactoring. The last chapter, "Smells and Heuristics" makes a very good closure presenting in categories and in a condensed way, potential problems and suggested ways to solve/mitigate them.

I enjoyed reading this book and after finishing it, I decided to apply the Boy Scout Rule. I took a module written in a procedural language and not only managed to improve the clarity of the code, but also reduced the number of lines from more than 1,100 to 650. The next person to touch this code will certainly be happy to deal with cleaner code!



4 out of 5 stars writing clean readable maintainable code - by example   September 14, 2008
  2 out of 2 found this review helpful

"Clean Code" focuses on how to write "good" code. Where "good" is defined as being easy for others to read and maintain. It's not that I disagree with the definition of "good" here. The quotes are because 'bad" code is easier to identify. Then there is "good" code and really "great" code. The code in this book is what we should aspire to write.

There are three main sections to the book. The first describes principles with examples. I liked this section best including the chapters written by other experts. The third is the actual "smells and heuristics." While they are good, they were so short they wound up being a summary.

The second section is the case studies. Martin warns up front that this will involve a lot of reading code and cross referencing. I had trouble with flipping back and forth between the chapter, rules and an appendix at the same time. So much flipping was disruptive to my train of thought - even with three bookmarks.

Martin is good about referencing other related titles such as "Implementation Patterns." If you haven't yet read "Implementation Patterns", I recommend starting with that title. It's easier reading which is helpful when newer to a topic. Also while both books are very good, I liked "Implementation Patterns" better. (see my review on that title for why)

The actual content was excellent. The book only loses a point for the logistical issues in reading it.



5 out of 5 stars Fully disclaimered but "Valuable" opinion   August 30, 2008
  0 out of 2 found this review helpful

Right off the bat "Uncle Bob" tells you that it's all subjective, but then shows you what "HE feels" is clean code and how to achieve it yourself.

The examples are elegant and achievable through care and careful unit testing.

Just having the library of information gives you something to look back on as an 'ideal guide' to code cleanliness even if it's never achievable in practice.



5 out of 5 stars A must-buy for object-oriented developers   August 21, 2008
  8 out of 9 found this review helpful


When most people hear the term "bad writing" they understand the term: Confusing, inconsistent, rambling, big words used incorrectly.

In fact, we have lots and lots of educational programs designed to teach grammar, composition, journalism, and fiction. Master's Degrees in the subject, even.

But for software development we seemed obsessed with "architecture" (whatever that means), process and patterns.

In this book, Bob Martin takes a specific stab at what good code looks like. He provides rules, examples, and even sample transformations.

It is not an easy book. If you are a new developer, you can invest a lot of time and energy into really absorbing the concepts and practicing them yourself. If you are more senior, you may disagree, you may struggle, you may toss the book in a corner and yell at it ...

But then you'll pick it back up again. And you will be a better developer for it.

One thing that I struggle with about the traditional CS cirricula is that so little attention is spent on maintenance, which is the vast majority of actual development time. This book presents an aesthetic and the skills to write maintainable code. If you teach software development, you'll want to use this book in your courses.

Student, Journeyman, Master, or Instructor - A book like this belongs on your bookshelf. Follow the advice in it, or have an explanation why not - either way you'll be a strong developer.

Of course, there are other books in this area. What struck me about this one is the quality of the writing; it is truly engaging and -- a little inspiring. That quality is so rare in technical books that I give this one five stars.



4 out of 5 stars Good book but consider Kent Beck's "Implementation Patterns" first.   August 19, 2008
  8 out of 12 found this review helpful

If I had not read Kent Beck's excellent "Implementation Patterns" book, I might have been more impressed by "Clean Code". I prefer "Implementation Patterns" because it is more concise, and was easier for me to internalize.

If you are the type of person who enjoys doing book exercises (or is self-disciplined enough to do them), then "Clean Code" has plenty of exercises.

If you are self-disciplined enough to do book exercises, you might want to buy "Implementation Patterns", then pick an Open Source project (like JUnit, ant, etc.) (if it has unit tests then that's all the better) and then try to find places in the code where the principles are used and where they're not. Then refactor the code (see "Refactoring" by Martin Fowler) to use Kent's principles.

If you're a Smalltalker, you may prefer Kent Beck's excellent "Smalltalk Best Practice Patterns" which has a similar intent to the "Implementation Patterns" book but is geared towards the Smalltalk language and libraries.

If you follow Kent Beck's advice, you will write Clean Code (and you'll only have to read 148 pages as opposed to the 464 pages of "Clean Code").


Powered by: Dknc, inc. and Amazon.com


For your safety and security, orders are processed through amazon.com