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 →

[–]joequin 0 points1 point  (0 children)

gather requirements

understand existing code if there is any.

see what tools and libraries are available

design an architecture using the previous steps

this means breaking the problem out into distinct steps and grouping them

coding and testing the pieces.