In interpreted programming languages, such as PHP and JavaScript, what are the repercussions of going with an Object Oriented approach over a Procedural approach?
Bottom line: how big (if any) is the performance hit really, when going with OO vs. Procedural in an interpreted language?
Bottom line: how big (if any) is the performance hit really, when going with OO vs. Procedural in an interpreted language?