DEV Community

Discussion on: How can you identify unhealthy perfectionism in your work?

Collapse
 
elmuerte profile image
Michiel Hendriks

Depth-first versus Breadth-first development.
With depth first you would make things feature complete before moving on the next part, instead of first getting to a minimal product. Depth first has little YAGNI and a lot of bike shedding.