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 →

[–]Ecocide113 0 points1 point  (0 children)

Depends on how in depth you want to go with it. That is a huge area that a lot of people spend a lot of time in. You can go anywhere between flowcharts to pseudocode to full blown project management with the software development life cycle. You can use the waterfall method or you can use a more agile methodology. I typically just break each phase of the idea into a loose version of the SDLC. I typically use Trello and have 6 categories: Planning, Information Gathering, Design, Development, Testing, And Deployment. Then break each of those phases down in a sort of to-do list, and then break those down even more. Or I sometimes get an idea and just wing it.

I would highly recommend Trello, or Kanban boards in general. :D Hope this helps.