View Single Post
Old 12-05-2007, 05:15 PM   #2 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

Brainstorming!

What does it need and what do you want it to look like
First thing I question myself always. How do I want the outcome to look like? And what functions does it need.

For example if I'm creating a user system. How do I want it to look like? Do I want it to be with classes? Do I want user profiles, user PM's, etc etc..

How would I achieve this
I start by coding the base. For example, a database handler. If I'm doing classes, a DB class could come handy.

Next, how would I code the user system. Let's first go back and look at what functions it needs. Then I code each function.

Putting together and error testing
Creating the object from the class for example, and use the functions, and see if it works. If it doesn't, why? Try possible solutions, if the editing doesn't work, then try figure out a way to solve this with another function(s).



Something like that
Tanax is offline  
Reply With Quote