Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Agile manifesto principle not understood [closed]

what is the intention of this:

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

like image 536
Sajad Bahmani Avatar asked May 10 '11 18:05

Sajad Bahmani


1 Answers

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.

like image 170
jwismar Avatar answered Sep 20 '22 18:09

jwismar