![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Method Chaining and Accessorsby exussum0 (Vicar) |
on Apr 05, 2007 at 22:23 UTC ( #608558=note: print w/replies, xml ) | Need Help?? |
The bad thing about method chaining is debugging a line that's in a chain. You can step INTO a line, but if you don't know which part of the chain is busted before hand, you have a lot of chaining in and out. If one does something like...
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.
In Section
Seekers of Perl Wisdom
|
|