Clean Code
A handbook of agile software craftsmanship, organized around reading and rewriting real code rather than around principles.
Identifiers
- ISBN-13
- 9780132350884
- ISBN-13 formatted
- 978-0-13-235088-4
- ISBN-10
- 0132350882
- ISBN-10 formatted
- 0-13-235088-2
Book details
- Publisher
- Prentice Hall
- Place of publication
- Upper Saddle River, NJ
- Publishing year
- 2008
- Edition
- 1st Edition, Paperback
- Pages
- 464
- Paper type
- Paperback
- Book size
- 7 x 9.1 in
- Language
- English
- Price
- BDT 2400.00
Subjects
About this book
Clean Code argues that code is read far more often than it is written, and that readability is therefore not a courtesy but a correctness concern.
The book is structured in three parts: principles and patterns for naming, functions and error handling; several extended case studies in which working code is refactored step by step; and a catalogue of the heuristics and code smells distilled from those case studies.