Akış
Ara
Ne Okusam?
Giriş Yap
Kaydol

A Handbook of Agile Software Craftsmanship

Clean Code

Robert C. Martin

Öne Çıkan Clean Code Gönderileri

Öne Çıkan Clean Code kitaplarını, öne çıkan Clean Code sözleri ve alıntılarını, öne çıkan Clean Code yazarlarını, öne çıkan Clean Code yorumları ve incelemelerini 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
%10 (46/434)
·
Puan vermedi
Kitabın anlatımı çok esprili ve kendini okutuyor. Ancak metroda işe gidip gelirken okunacak bir kitap değil. Bir yerden sonra sadece kod örnekleri ve denemeler ile devam ediyor. Bunları okurken kendiniz de denemezseniz okumanın anlamı kalmıyor. Bu yüzden daha başlarında bıraktım okumayı.
Clean Code
Clean CodeRobert C. Martin · Prentice Hall · 200817 okunma
20 öğeden 1 ile 10 arasındakiler gösteriliyor.