Akış
Ara
Ne Okusam?
Giriş Yap
Kaydol

A Handbook of Agile Software Craftsmanship

Clean Code

Robert C. Martin

Sözler ve Alıntılar

Tümünü Gör
"Honesty in small things is not a small thing."
Reklam
The discipline of test driven development
Code, without tests, is not clean. No matter how elegant it is, no matter how readable and accessible, if it hath not tests, it be unclean.
You are reading this book for two reasons. First, you are a programmer. Second, you want to be a better programmer. Good. We need better programmers.
The Art Of Clean Code?
The bad news is that writing clean code is a lot like painting a picture.
We all know it is best to give responsibilities to the most qualified persons. We often forget that it is also best to postpone decisions until the last possible moment. This isn't lazy or irresponsible; it lets us make informed choices with the best possible information. A premature decision is a decision made with suboptimal knowledge. We will have that much less customer feedback, mental reflection on the project, and experience with our implementation choices if we decide too soon.
Reklam
Of course, in those days we didn’t know LeBlanc’s law: Later equals never.
100 öğeden 11 ile 20 arasındakiler gösteriliyor.