what is the intention of this:
Simplicity--the art of maximizing the amount of work not done--is essential.
|
what is the intention of this:
| |||||||||
feedback
|
|
Among other things, it means that a team can spend an amazing amount of time building a complex system that will handle all possible eventualities - or it can do only what is needed right now, get it right, and get it out the door. The KISS principle is related - keep the program simple, it will be easier to write, easier to maintain, and out the door faster. | |||
|
feedback
|
|
You might prefer:
Basically, this just means cutting out needless effort wherever possible, including within your own agile process. | |||
|
feedback
|
|
This translates to:
As developers we're often tempted to come up with a gold-plated solution that does 101 cool things as well as what is required. This usually takes longer, and will likely be harder to maintain in future. So always do the simplest thing that will actually work. | ||||
|
feedback
|
|
The Agile manifesto is about project management. A non-Agile project is filled with work, much of which is a waste of time. Complex plans and status reports are work, but they have little real value. Some design documents, walkthroughs and reviews are work, but they create very little value. Some quality assurance activities are done simply to demonstrate that code will -- eventually -- get done. This is a lot of work to prove that progress will happen in the future. Non-Agile ("Waterfall") projects are filled with work that is of very little real value. The Agile manifesto suggests we not do all of this low-value work. | |||
|
feedback
|