View Single Post
Old 09-07-2007, 11:54 PM   #7 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Coding procedurally is only 'dirty' if you choose to see it that way. As Karl eluded to, there are times when it would be better to approach a problem with procedural code rather than OOP. As a programmer I try to choose the best tools for a particular problem, sometimes the best tool is a short procedural script.

Then again, oftentimes OOP is much better suited. ;)
Salathe is offline  
Reply With Quote