View Single Post
Old 03-30-2008, 10:36 AM   #4 (permalink)
Geert
The Contributor
RegEx Guru 
 
Join Date: Dec 2007
Location: Belgium
Posts: 60
Thanks: 6
Geert is on a distinguished road
Default

Functionality > Readability/Organisation > Speed

I guess that is what I would say. First make things work--get it done, then make it look nice and speed it up.

However, don't get lost by overorganizing stuff. It is no good. No matter what, your code will probably look outdated a year later. Also, speeding up code will often beautify it at the same time.
__________________
Kohana - PHP5 framework
Geert is offline  
Reply With Quote