3 pages tagged with "clean-code"
Clean Craftsmanship
July 11, 2022
The book is divided into three parts: the disciplines, the standards, and the ethics.
The 1st part is the most technical one. It guides you with TDD examples, showing how testing can help you to design your code.
The 2nd part is about productivity, quality, and courage.
The 3rd part is about how d…
The Clean Coder
August 01, 2016Programmers who endure and succeed amidst swirling uncertainty and nonstop pressure share a common attribute: They care deeply about the practice of creating software. They treat it as a craft. They are professionals.
Programmers who endure and succeed amidst swirling uncertainty and nonstop pressure share a common attribute: They care deeply about the practice of creating software. They treat it as a craft. They are professionals. Readers will learn What it means to behave as a true software craftsman How to d…Clean Code
May 01, 2016Even 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.
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. Summary Chapter 1: What Is Clean Code? The code can be me…