Nos
citations
Retrouvez toutes nos citations d'auteurs de rΓ©fΓ©rence

πŸ‘‰ Contactez-nous

illuPeople

Citations

β€œIt is economically better for most organizations to conserve programmer cycles than computer cycles.”

- Robert C. Martin

Clean Code Q&A

β€œOne should not first make the program and then prove its correctness, because then the requirement of providing the proof would only increase the poor programmer’s burden. On the contrary: the programmer should let correctness proof and program grow hand in hand.”

- Edsger W. Dijkstra

The Humble Programmer

β€œMethods should have verb or verb phrase.”

- Robert C. Martin

β€œClasses and objects should have noun or noun phrase names.”

- Robert C. Martin

β€œSimplicity and elegance are unpopular because they require hard work and discipline to achieve and education to be appreciated.”

- Edsger W. Dijkstra

β€œEngineers have to be challenged and if they're not challenged with the business problem, they're going to challenge themselves with technical problems.”

- Vaughn Vernon

β€œIncreasingly, people seem to misinterpret complexity as sophistication, which is baffling --- the incomprehensible should cause suspicion rather than admiration.”

- Niklaus Wirth

β€œCorrectness is clearly the prime quality. If a system does not do what it is supposed to do, then everything else about it matters little.”

- Bertrand Meyer

β€œSimplicity is prerequisite for reliability”

- Edsger W. Dijkstra

β€œA good way to stay flexible is to write less code.”

- Andy Hunt

The Pragmatic Programmer: From Journeyman to Master

β€œGood judgment comes from experience, and experience comes from bad judgment.”

- Fred Brooks

β€œInside every large program, there is a small program trying to get out.”

- C.A.R. Hoare

β€œDesign and programming are human activities; forget that and all is lost.”

- Bjarne Stroustrup

β€œBefore software can be reusable it first has to be usable.”

- Ralph Johnson

β€œIt's OK to figure out murder mysteries, but you shouldn't need to figure out code. You should be able to read it.”

- Steve McConnell

β€œGood code is its own best documentation. As you’re about to add a comment, ask yourself, β€˜How can I improve the code so that this comment isn’t needed?’ Improve the code and then document it to make it even clearer.”

- Steve McConnell

β€œLet us change our traditional attitude to the construction of programs. Instead of imagining that our main task is to instruct a computer what to to, let us concentrate rather on explaining to human beings what we want a computer to do.”

- Donald Knuth

β€œA primary cause of complexity is that software vendors uncritically adopt almost any feature that users want.”

- Niklaus Wirth

β€œPerfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away”

- Antoine de Saint-Exupery

β€œAdding manpower to a late software project makes it later!”

- Fred Brooks

β€œTesting by itself does not improve software quality. Test results are an indicator of quality, but in and of themselves, they don't improve it. Trying to improve software quality by increasing the amount of testing is like trying to lose weight by weighing yourself more often.”

- Steve McConnell

β€œBeware of bugs in the above code; I have only proved it correct, not tried it .”

- Donald Knuth

β€œWhen debugging, novices insert corrective code; experts remove defective code.”

- Richard Pattis

β€œAvoiding complexity reduces bugs.”

- Linus Torvald

β€œIf debugging is the process of removing bugs, then programming must be the process of putting them in.”

- Edsger W. Dijkstra

β€œThe first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code account for the other 90 percent of the development time.”

- Tom Cargill

β€œNine people can't make a baby in a month.”

- Fred Brooks

The Mythical Man-Month

β€œInterviewer: Is studying computer science the best way to prepare to be a programmer? Bill Gates: No. the best way to prepare is to write programs, and to study great programs that other people have written.”

- Bill Gates

β€œThe competent programmer is fully aware of the limited size of his own skull. He therefore approaches his task with full humility, and avoids clever tricks like the plague.”

- Edsger W. Dijkstra

β€œWe should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil.”

- Donald Knuth

β€œMake it work, make it right, make it fast”

- Kent Beck

β€œThe cleaner and nicer the program, the faster it's going to run. And if it doesn't, it'll be easy to make it fast.”

- Joshua Bloch

β€œClarity and brevity sometimes are at odds. When they are, I choose clarity.”

- Jacob Kaplan-Moss

β€œThese machines have no common sense; they have not yet learned to "think," and they do exactly as they are told, no more and no less. This fact is the hardest concept to grasp when one first tries to use a computer.”

- Donald Knuth

β€œComputers make excellent and efficient servants, but I have no wish to serve under them. Captain, a starship also runs on loyalty to one man, and nothing can replace it or him.”

- Captain Spock

β€œComputers are good at following instructions, but not at reading your mind.”

- Donald Knuth

β€œSQL, Lisp, and Haskell are the only programming languages that I've seen where one spends more time thinking than typing.”

- Philip Greenspun

β€œLanguages shape the way we think, or don't.”

- Erik Naggum

β€œA language that doesn't affect the way you think about programming is not worth knowing.”

- Alan J. Perlis

β€œTo me programming is more than an important practical art. It is also a gigantic undertaking in the foundations of knowledge.”

- Grace Hopper

β€œControlling complexity is the essence of computer programming.”

- Brian Kernigan

β€œAlways code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.”

- Martin Golding

β€œA clever person solves a problem. A wise person avoids it.”

- Albert Einstein

β€œThere are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”

- C.A.R. Hoare

β€œDomain experts should object to terms or structures that are awkward or inadequate to convey domain understanding; developers should watch for ambiguity or inconsistency that will trip up design.”

- Eric Evans

β€œAvoid mental mapping when naming methods, classes or variables. ”

- Robert C. Martin

β€œPrograms must be written for people to read, and only incidentally for machines to execute.”

- Harold "Hal" Abelson

β€œ[T]he difference between a bad programmer and a good one is whether he considers his code or his data structures more important. Bad programmers worry about the code. Good programmers worry about data structures and their relationships.”

- Linus Torvald

β€œWhen you feel the need to write a comment, first try to refactor the code so that any comment becomes superfluous.”

- Martin Fowler

β€œDevOps is "a cross-disciplinary community of practice dedicated to the study of building, evolving and operating rapidly-changing resilient systems at scale.”

- Jez Humble

β€œI call [the invention of the null reference] my billion-dollar mistake.”

- Tony Hoare

β€œProgram testing can be used to show the presence of bugs, but never to show their absence!”

- Edsger W. Dijkstra

β€œIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.”

- Edsger W. Dijkstra

β€œAny fool can write code that a computer can understand. Good programmers write code that humans can understand.”

- Martin Fowler