Quotes About Maintainability
When used to best advantage, exceptions can improve a program's readability, reliability, and maintainability. When used improperly, they can have the opposite effect.
~ Joshua Bloch
BazillionQuotes.com
My favorite language for maintainability is Python. It has simple, clean syntax, object encapsulation, good library support, and optional named parameters.
~ Bram Cohen
BazillionQuotes.com
In fact, component dependency diagrams have very little do to with describing the function of the application. Instead, they are a map to the buildability and maintainability of the application.
~ Robert C. Martin
BazillionQuotes.com
Using a method to change a property is another example of encapsulation whereby we can often improve the maintainability and extensibility of code by letting an object worry about how it gets things done. It's
~ Eric Freeman
BazillionQuotes.com
I am pragmatic. That which works, works, and theory can go screw itself. However, my pragmatism also extends to maintainability, which is why I also want it done well.
~ Linus Torvalds
BazillionQuotes.com
