whats your design process?
Posted: Fri Dec 18, 2009 1:40 am
more often than not when i develop something i start with the front-end and then add the back-end while i design. this hasn't always worked out well. some applications will end up half complete, poorly implemented, or they develop featureitis because i don't stick to a specification for the design.
but with my current project i decided to start with the model. im creating the database, populating it with test data then am going to move on to coding the model with the controllers and views coming at the end. i dont plan to add a front-end until the data is being displayed plain as white bread. so far this is working out really well. i find it easier to stay focused and make progress.
how do you usually go about designing your application what works for you?
but with my current project i decided to start with the model. im creating the database, populating it with test data then am going to move on to coding the model with the controllers and views coming at the end. i dont plan to add a front-end until the data is being displayed plain as white bread. so far this is working out really well. i find it easier to stay focused and make progress.
how do you usually go about designing your application what works for you?