Developing projects: is it better to build a MVP and refactor from there, or to design extensively and build from that design? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Developing projects: is it better to build a MVP and refactor from there, or to design extensively and build from that design?

MVP meaning minimum viable product, such as a project that was developed relatively quick but requires extensive refactoring to be clean. I noticed on a number of projects I have this dillemna: is it better to spend a small amount of time (~15 mins) and code a working version, and refactor from there, or to design the whole program and develop it based off of that design? I am having success with the former, and I think the latter is a good idea too, but I find myself designing too long or changing my mind about it's structure so often many hours may pass without me typing a single line. Which one is preferred, if any, and how? Is it normal to spend long durations on program design?

12th Sep 2019, 7:52 PM
Duck Typed
Duck Typed - avatar
0 Answers