Taro Logo
0

Can a Level 1 app morph into a Level 2 app

Profile picture
Senior Software Engineer at Independenta month ago

Alex had mentioned that after releasing the MVP of Random Name Picker, he then added other features including the ability to import and delete name lists.

Because saving and deleting data implies persistence, does that mean a shift from Level 1 to Level 2 (based on what users actually ask for)?

Thanks

19
1

Discussion

(1 comment)
  • 0
    Profile picture
    Software Engineer
    a month ago

    You can always add complexity. Random Name Picker could have been "distributed Random Name Picker". Now the product is 10x harder to implement and 100x harder to debug.

    The craft is really in lowering the complexity instead of increasing it. Chasing complexity just for the sake of it will just result in wasted effort.