Posted by Jerry Stuckle on 05/28/07 21:55
Gregor wrote:
> This is partially an opinion question. I have some modularization for my
> main site using vanilla PHP. I'm a one-man operation.
>
> Is there any major benefit to learning and using OOP? I have lots of other
> stuff to be spending my limited intelligence learning.
>
>
Yes, OOP is well worth learning. If you do it properly, it can make
code much more reusable and manageable.
The problem is there are a lot of self-styled "experts" on the web who
really don't know what they're talking about. Look for books from
recognized experts in the field. Your library can be a good starting point.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|