objects

Splitting objects into their most fundamental parts..

Not sure if the title captures what I'm trying to say here. When designing in OO should I be splitting my objects up into their most specific areas - so if I have a factory object that deals with creating objects but later on i come across a way of creating objects for another purpose even though they may be the same objects is it worth...

PHP Objects and Closures

I've been asking a few questions on this topic recently, so I feel it appropriate to link up the associated question(s). http://stackoverflow.com/questions/4054424/php-closures-and-implicit-global-variable-scope I've got a set of classes that use closures as in the example below (keep in mind I quickly punched together this example for...