Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Old 03-15-2008, 02:16 AM Application Design
NullPointer's Avatar
Will Code for Food

Posts: 2,815
Name: Matt
Location: Irvine, CA
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
NullPointer is online now
Reply With Quote
View Public Profile Visit NullPointer's homepage!
 
 
Register now for full access!
Old 03-17-2008, 07:48 PM Re: Application Design
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
I usually use a driver script and add pages controlled by the driver. The driver usually uses a core class to do a lot of the work. The advantage to this is that updating the driver or driver core updates all pages.

I always write the installer last.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 03-18-2008, 03:19 AM Re: Application Design
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Same here on installer code. Last thing to be done.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-18-2008, 10:47 AM Re: Application Design
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
I always break the application up into small components.
This makes each piece easy to test. Also, small parts tend to be much simpler thus, less likely to have bugs. Then my "application" code is little more than glue to hold them all together.
Another bonus, often components can be reused in other applications (though not as much as I'd like)
Like Chris, the installer is the last thing.
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Application Design
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.18790 seconds with 12 queries