icon
icon
icon
icon
Book Info
left icon
setting icon
Clean Code book image
Computers

Clean Code

By Robert C. Martin

3.0
book iconPearson Education

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.

Summary by AI

Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin

Author's Background:

  • Robert C. Martin (Uncle Bob) is a renowned software engineer, author, and speaker.
  • He is known for his expertise in agile software development and clean code practices.

Main Theme:

  • The importance of writing clean, maintainable, and readable code.

Key Points:

  • Principles of Clean Code:
    • Meaningful names
    • Single responsibility
    • Small functions
    • DRY (Don't Repeat Yourself)
    • Comments for clarity, not repetition
  • Refactoring Techniques:
    • Extract method
    • Inline variable
    • Replace conditional with polymorphism
  • Code Smells:
    • Duplicated code
    • Long methods
    • Complex conditionals
  • Benefits of Clean Code:
    • Reduced maintenance costs
    • Improved team collaboration
    • Increased code quality and reliability

Reputation:

  • Positive:
    • Widely regarded as a classic in software development.
    • Praised for its practical advice and clear explanations.
  • Negative:
    • Some critics argue that it focuses too much on specific coding conventions.
    • May not be suitable for all programming languages or development environments.

Who Should Read It:

  • Software engineers of all levels
  • Developers looking to improve their coding skills
  • Teams seeking to establish clean code practices
  • Anyone interested in agile software development

Readers

Peter Trizuliak
Yuya Uzu
SAurav
Bira Tadında
Henok
7

Reviews

user picture
Yuya Uzu
@uzu
Jan 16
Posted a review 💬
I know this is a great programming book but I could not go through this book to the end. Many of the chapters is ab...Show more
2
1

Notes

close icon
Sign In
close icon
Select Languages

Which languages of books would you like to see on the main feed?

All Languages
English
Español
Français
Português
हिन्दी
العربية
中文
日本語
한국어
close icon
Share Links
close icon
Share Review
close icon
Comments
No comments yet