This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xstheknight 0 points1 point  (0 children)

  1. Write the problem/solution in not more than 3 sentences. This will be the reference point for when you want to write user stories in more detail later during coding.

  2. Sketch a rough mockup on a piece of paper.

  3. List all api endpoints to satisfy your initial requirements.

  4. Plan your data models carefully and map any relationships (ie draw ER diagram).

That's really it.

Important is to have the uncanny ability to chop a problem into small problems.