neutrall Level: Scholar

 Registered: 28-03-2004 Posts: 43
|
Class v.s. Procedural
It's a well known fact that using class into your project is a efficient way of programming, letting you modified you code easilly without the need of major modification. Also really pratical for reusable code.
But Is it slowing down the web application. Let's say you run your aplpication on a site with over 200 000 visitor per day. Will using procedural technique make your code faster and your page load fastre (Even thought your code will be a nightmare to read after!)
(This is not a statement, it's actually a question!!!)
____________________________
A Stick give a wise man something to think about... and a fool, something to put in is mouth.
|