Frases de Martin Fowler

Martin Fowler é um autor conhecido na área de arquitetura de software, especializado em análise orientada a objetos, UML, padrão de projeto de software e metodologias de desenvolvimento ágil de software, incluindo Programação extrema . Ele começou a trabalhar com desenvolvimento de software no início dos anos 80 e escreveu vários livros populares sobre desenvolvimento, alguns deles já traduzidos para português. Wikipedia  

✵ 1963
Martin Fowler photo
Martin Fowler: 18   citações 0   Curtidas

Martin Fowler: Frases em inglês

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

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

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

Fonte: 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.”

Fonte: 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”

Fonte: 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.”

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