|
I was going to post this in the PHP forum but then I realized the topic wasn't specifc to PHP.
Whenever I design an application from ground up my approach is usually to build the framework starting from the same point a person using my application would.
I start with the installer, then user registration, login/logout, main content, and then any additional features. This often means that from time to time I must go back and make changes to the installer or other features I built in earlier. In spite of this, however, it works for me, even though when I think about it it would make more sense to build the bulk of my application first and then just quickly take it apart and make an installer.
I'm curious as to what approach everyone else takes.
|