http://www.perlmonks.org?node_id=419198


in reply to Re^6: Mutator chaining considered harmful
in thread Mutator chaining considered harmful

If you don't know what a method is returning, it doesn't help to store all those intermediate values in variables or throw them away or whatever. Whatever style you use, you need to read the documentation.

The only valid argument I can see against method chaining (and this applies to all method chaining, not just mutator chaining) is that intermediate failures are hard to catch.

  • Comment on Re^7: Mutator chaining considered harmful