Akış
Ara
Ne Okusam?
Giriş Yap
Kaydol

A Handbook of Agile Software Craftsmanship

Clean Code

Robert C. Martin

Clean Code Sözleri ve Alıntıları

Clean Code sözleri ve alıntılarını, Clean Code kitap alıntılarını, Clean Code en etkileyici cümleleri ve paragragları 1000Kitap'ta bulabilirsiniz.
"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.
The name of a class should describe what responsibilities it fulfills. In fact, naming is probably the first way of helping determine class size. If we cannot derive a concise name for a class, then it’s likely too large. The more ambiguous the class name, the more likely it has too many responsibilities. For example, class names including weasel words like Processor or Manager or Super often hint at unfortunate aggregation of responsibilities.
We are going to look at code from every different direction.
Sayfa 38 - Prentice Hall
man saw the future
That soon all code will be generated instead of written.
Sayfa 39 - Prentice Hall
17 öğeden 1 ile 10 arasındakiler gösteriliyor.