|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
planning code
hey,
i know some/most of you guys write code professionally here - just wondering from an amateurs point of view, how do you go about planning what you're trying to code? Do you use pseudocode or flowcharts or do you just get straight into coding it without planning? |
|
#2
|
|||
|
|||
|
RE: planning code
Planning is absolutely needed! Otherwise the code will end up in spaghetti.
First of all you have to make a plan. Write down all the options that are required. Secondly, try to seperate display from logic. I and someone else have a FrameWork which is very, very handy. We don't type any PHP code between HTML tags. PHP and HTMl are strictly seperated. I suggest you also write an FrameWork (cost you about 1 year When you finally finished the FrameWork, programming will be a lot easier. |
|
#3
|
|||
|
|||
|
RE: planning code
hmm i always plan the logic first
|
![]() |
| Viewing: Codewalkers Forums > General > General Chat > planning code |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|