Getting overwhelmed after starting a new project
- by Kian Mayne
I started a project (a Windows based timetable program that helps you stay organised with your subjects and assignments).
The problem is that I'm not sure how I should manage this project and what order to build things. I.e. Should I build all the different interface elements then write the code or should I make an interface, code it, make another interface then code that? So my question is; how do I split up this longish project into small, ordered pieces to complete; and how should I order this?