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.
Every system is built from a domain-specific language designed by the programmers to describe that system. Functions are the verbs of that language, and classes are the nouns. This is not some throwback to the hideous old notion that the nouns and verbs in a requirements document are the first guess of the classes and functions of a system. Rather, this is a much older truth. The art of programming is, and has always been, the art of language design.
Writing software is like any other kind of writing. When you write a paper or an article, you get your thoughts down first, then you massage it until it reads well. The first draft might be clumsy and disorganized, so you wordsmith it and restructure it and refine it until it reads the way you want it to read.
Reklam
You cannot write code if you cannot read the surrounding code. The code you are trying to write today will be hard or easy to write depending on how hard or easy the surrounding code is to read. So if you want to go fast, if you want to get done quickly, if you want your code to be easy to write, make it easy to read.
man saw the future
That soon all code will be generated instead of written.
Sayfa 39 - Prentice Hall
14 öğeden 11 ile 14 arasındakiler gösteriliyor.