logo

Quotes About Precision

Everything should be made as simple as possible, but not simpler. —ALBERT EINSTEIN
~ Robert B. Cialdini
Be as precise as possible about your need for aid.
~ Robert B. Cialdini
The researchers thought that recipients of precise offers are much more likely to believe that the person making that offer has invested time and effort preparing for the negotiation and therefore has very good reasons to support the precise offer they are making.
~ Robert B. Cialdini
Simplicity is the ultimate sophistication. —Leonardo da Vinci
~ Robert B. Cialdini
You spread yourself out too thin, my son. A man who can do everything can do nothing. We specialize in our country. I hire men who can do only one thing, and do that thing better than anybody else.
~ ROBERT BARR
The average pencil is seven inches long, with just a half-inch eraser - in case you thought optimism was dead.
~ Robert Brault
The average pencil is seven inches long, with just a half-inch eraser — in case you thought optimism was dead.
~ Robert Brault
Where you find quality, you will find a craftsman, not a quality-control expert.
~ Robert Brault
Abstraction is the elimination of the irrelevant and the amplification of the essential.
~ Robert C. Martin
FUNCTIONS SHOULD DO ONE THING. THEY SHOULD DO IT WELL. THEY SHOULD DO IT ONLY.
~ Robert C. Martin
Say what you mean. Mean what you say.
~ Robert C. Martin
We want our code to be a quick skim, not an intense study.
~ Robert C. Martin
We are confidently commanding, in precise detail, the behaviors of a machine that could otherwise do incalculable damage. And so, programming is an act of supreme arrogance.
~ Robert C. Martin
God is in the details, said the architect Ludwig mies van der Rohe.
~ Robert C. Martin
Cuteness in code often appears in the form of colloquialisms or slang. For example, don't use the name whack() to mean kill(). Don't tell little culture-dependent jokes like eatMyShorts() to mean abort(). Say what you mean. Mean what you say.
~ Robert C. Martin
There is no such thing as quick and dirty. Anything dirty is slow. The only way to go fast, is to go well.
~ Robert C. Martin
Am I suggesting 100% test coverage? No, I'm not suggesting it. I'm demanding it. Every single line of code that you write should be tested. Period.
~ Robert C. Martin
if the bricks aren't well made, the architecture of the building doesn't matter much.
~ Robert C. Martin
That's being attentive to every variable name. You should name a variable using the same care with which you name a first-born child.
~ Robert C. Martin
You know you are working on clean code when each routine turns out to be pretty much what you expected.
~ Robert C. Martin
Clean code is focused. Each function, each class, each module exposes a single-minded attitude that remains entirely undistracted, and unpolluted, by the surrounding details.
~ Robert C. Martin
The fact is that making messes is always slower than staying clean, no matter which time scale you are using.
~ Robert C. Martin
Premature Precision Both business and programmers are tempted to fall into the trap of premature precision. Business people want to know exactly what they are going to get before they authorize a project. Developers want to know exactly what they are supposed to deliver before they estimate the project. Both sides want a precision that simply cannot be achieved, and are often willing to waste a fortune trying to attain it.
~ Robert C. Martin
It is not enough for code to work.
~ Robert C. Martin