Martin Fowler citáty

Martin Fowler je programátor a autor knih o programování, žijící v USA. Zavedl termín refaktorování, propaguje též UML a návrhové vzory.

Je správcem bliki, což je software, který slučuje blog a wiki. Wikipedia  

✵ 1963
Martin Fowler foto
Martin Fowler: 18   citátů 0   lajků

Martin Fowler: Citáty anglicky

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.”

Zdroj: Refactoring: Improving the Design of Existing Code, 1999, p. 15

“Modeling Principle: Models are not right or wrong; they are more or less useful.”

Zdroj: Analysis Patterns: Reusable Object Models, 1997, p. 2

“Refactoring (noun) : a change made to the internal structure of software to make it easier to understand and cheaper to modify without changing the observable behavior of the software.
To refactor (verb) : to restructure software by applying a series of refactorings without changing the observable behavior of the software.”

Zdroj: Refactoring: Improving the Design of Existing Code, 1999, p. 33-43 as cited in: Militiadis Lytras, Patricia Ordóñez de Pablos, Ernesto Damiani (2011) Semantic Web Personalization and Context Awareness. p. 111

“Comprehensiveness is the enemy of comprehensibility”

Zdroj: UML Distilled: A Brief Guide to the Standard Object Modeling, 2004, p. 32

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

Zdroj: Refactoring: Improving the Design of Existing Code, 1999, p. 88