DevIQ
Simplicity
Simplicity
Simplicity is one of the Values of Extreme Programming. Â It guides and underlies many XP and Agile Principles and Practices. Â From extremeprogramming.org:
We will do what is needed and asked for, but no more. Â This will maximize the value created for the investment made to date. Â We will take small simple steps to our goal and mitigate failures as they happen. Â We will create something we are proud of and maintain it long term for reasonable costs.
The first of the Lean principles is Eliminate Waste. Â One source of waste in software development is unnecessary code and/or functionality. Â By maintaining Simplicity in our software, we reduce the amount of non-core code and functionality we need to design, code, test, and maintain. We should strive to ensure our code follows the rules of Simple Design, so that it remains easy to update in the future.
Quotes
"Simplicity is the ultimate sophistication." - Leonardo da Vinci
"Everything should be made as simple as possible, but not simpler." - Albert Einstein
"In character, in manner, in style, in all things, the supreme excellence is simplicity." - Henry Wadsworth Longfellow
"That’s been one of my mantras — focus and simplicity. Simple can be harder than complex: You have to work hard to get your thinking clean to make it simple. But it’s worth it in the end because once you get there, you can move mountains." - Steve Jobs
"Perfection (in design) is achieved not when there is nothing more to add, but rather when there is nothing more to take away." - Antoine de Saint-Exupéry
"Fools ignore complexity; pragmatists suffer it; experts avoid it; geniuses remove it." - Alan Perlis
"Simplicity does not precede complexity, but follows it." - Alan Perlis
See Also
References
Quotations on simplicity in software design
Edit this page on GitHub