Akış
Ara
Ne Okusam?
Giriş Yap
Kaydol

A Handbook of Agile Software Craftsmanship

Clean Code

Robert C. Martin

En Beğenilen Clean Code Gönderileri

En Beğenilen Clean Code kitaplarını, en beğenilen Clean Code sözleri ve alıntılarını, en beğenilen Clean Code yazarlarını, en beğenilen Clean Code yorumları ve incelemelerini 1000Kitap'ta bulabilirsiniz.
"Honesty in small things is not a small thing."
Reklam
%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
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.
Of course, in those days we didn’t know LeBlanc’s law: Later equals never.
The Art Of Clean Code?
The bad news is that writing clean code is a lot like painting a picture.
Reklam
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 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.
man saw the future
That soon all code will be generated instead of written.
Sayfa 39 - Prentice Hall
20 öğeden 1 ile 10 arasındakiler gösteriliyor.