View Thread : Most organized programming


Whiteagle
What do you think witch is the best way to organizate your code?

I think that the best way is using functions in includes and about you?

my_cool_name
That's preety much is the way... you could learn about classes its a very good way to have an orgenized code.

achiever80
There are lost of methods by which you can make your code very effective. You can use proper functions,classes,Interface, and namespace.