When we know a class become too much ?

Posted by justjoe on Stack Overflow See other posts from Stack Overflow or by justjoe
Published on 2010-03-25T05:50:14Z Indexed on 2010/03/25 5:53 UTC
Read the original article Hit count: 146

Filed under:
|

I start to learn class in PHP. According to my experience with other language, i can tell class is different then function. So, how we spot if our class start to be too much and too important and how we minimize its impact ?

© Stack Overflow or respective owner

Related posts about object-oriented-design

Related posts about php