09-07-2007, 11:54 PM
|
#7 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
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. ;)
|
|
|
|