Å·±¦ÓéÀÖ

Clean Code Quotes

Quotes tagged as "clean-code" Showing 1-10 of 10
Robert C. Martin
“Indeed, the ratio of time spent reading versus writing is well over 10 to 1. We are constantly reading old code as part of the effort to write new code. ...[Therefore,] making it easy to read makes it easier to write.”
Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship

Robert C. Martin
“Redundant comments are just places to collect lies and misinformation.”
Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship

Robert C. Martin
“Learning to write clean code is hard work. It requires more than just the knowledge of principles and patterns. You must sweat over it. You must practice it yourself, and watch
yourself fail. You must watch others practice it and fail. You must see them stumble and retrace their steps. You must see them agonize over decisions and see the price they pay for making those decisions the wrong way.”
Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship

Martin Fowler
“A statement Kent Beck often makes about himself, "I'm not a great programmer; I'm just a good programmer with great habits.”
Martin Fowler, Refactoring: Improving the Design of Existing Code

James O. Coplien
“Objetos são abstrações de procedimento. Threads são abstrações de agendamento.”
James O. Coplien

Daniel Roy Greenfeld
“Code is read more than it is written.”
Daniel Roy Greenfeld, Audrey Roy Greenfeld

Daniel Roy Greenfeld
“An individual block of code takes moments to write, minutes or hours to debug, and can last forever without being touched again. It’s when you or someone else visits code written yesterday or ten years ago that having code written in a clear, consistent style becomes extremely useful. Understandable code frees mental bandwidth from having to puzzle out inconsistencies, making it easier to maintain and enhance projects of all sizes.”
Daniel Roy Greenfeld, Audrey Roy Greenfeld

“Clean code always looks like it was written by someone who cares”
Michael Feathers

Andy   Hunt
“One broken window, left unrepaired for any substantial length of time, instills in the inhabitants of the building a sense of abandonment—a sense that the powers that be don’t care about the building. So another window gets broken. People start littering. Graffiti appears. Serious structural damage begins. In a relatively short span of time, the building becomes damaged beyond the owner’s desire to fix it, and the sense of abandonment becomes reality.”
Andy Hunt, The Pragmatic Programmer: From Journeyman to Master

Andrew Hunt
“One broken window, left unrepaired for any substantial length of time, instills in the inhabitants of the building a sense of abandonment—a sense that the powers that be don’t care about the building. So another window gets broken. People start littering. Graffiti appears. Serious structural damage begins. In a relatively short span of time, the building becomes damaged beyond the owner’s desire to fix it, and the sense of abandonment becomes reality.”
Andrew Hunt, The Pragmatic Programmer: From Journeyman to Master