logo

Quotes About Maintainable

We can't think in terms of designing products that we throw over the wall to customers, but instead, we need to design products that are upgradable and maintainable and that can be mined for materials and components that can be reused.
~ Frans van Houten
It is unit tests that keep our code flexible, maintainable, and reusable. The reason is simple. If you have tests, you do not fear making changes to the code! Without tests every change is a possible bug.
~ Robert C. Martin
the history of software development technology is the story of how to conveniently create plugins to establish a scalable and maintainable system architecture.
~ Robert C. Martin
when writing tests you should prefer DAMP (Descriptive And Maintainable Procedures) to DRY.
~ Unknown