Posted by Dave Moore on 07/20/05 10:58
"DJ Craig" <spit@djtricities.com> wrote in message
news:1121786906.757926.111780@g43g2000cwa.googlegroups.com...
> In a language like PHP, I don't see any advantage to OOP even in
> complex web applications.
These are the words of someone who has never written or had to maintain a
large software 'system'. OO is all about software management and developing
architectures to help the programmer use simple interfaces to complex pieces
of code. Whether you need it depends on the complexity of your development
and the size of the brains of the people working on it. Usually, dealing
with objects/classes is easier than with functional code in my experience.
Navigation:
[Reply to this message]
|