Getting overwhelmed after starting a new project

Posted by Kian Mayne on Programmers See other posts from Programmers or by Kian Mayne
Published on 2012-04-13T17:07:24Z Indexed on 2012/04/13 23:44 UTC
Read the original article Hit count: 410

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?

© Programmers or respective owner

Related posts about project-management

Related posts about Productivity