in reply to Method Chaining and Accessors
You're more likely to get an easier to diagnose report should something go odd. Also, it won't matter if y(), z() or moo() returned anything at all. It's a minor quibble that becomes defensive programming.$x->y(); $x->z(); $x->moo();
|
---|