Agile manifesto principle not understood

Sajad Bahmani picture Sajad Bahmani · May 10, 2011 · Viewed 10.1k times · Source

what is the intention of this:

Simplicity--the art of maximizing the amount of work not done--is essential.

Answer

jwismar picture jwismar · May 10, 2011

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.