DEV Community

Discussion on: How do you deal with half-finished projects?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

There was a great article, big props if someone can find it, that proposed to have a rule like 100-10-1

  • Note 100 half assed ideas in your notebook
  • Do a MVP for the ten most promising ideas
  • Transform the best of those ten MVP in a real project that you want to maintain long term
Collapse
 
picwellwisher12pk profile image
Amir Hameed

MVP is most valued project?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

No, it's a concept from the lean startup movement. It means minimum viable product (or minimum loveable product) and is meant to evaluate whether it's worth it to invest time and efforts in a new project.

Lookup lean startup

Thread Thread
 
picwellwisher12pk profile image
Amir Hameed

Thanks