DEV Community

Discussion on: Starting a Project - What comes first?

Collapse
 
zsumair profile image
Syed Zoheb

Define a set time to spend on planning, coding and shipping. If you don't set deadline and jump directly on planning, you'll spend a lot of time perfecting the planning itself.

Here's how i would sum it up

  • List out core functionalities of your project
  • Set a deadline on planning, coding and shipping
  • work on providing core functionalities rather than perfecting it in MVP
  • Ship as fast as you can
  • iterate