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


in reply to Re: Creating accessors on the fly, or not...
in thread Creating accessors on the fly, or not...

Can you point me to a good explanation of why make_immutable is recommended?

Going through the first 50 google results for "perl moose make_immutable", I came across a few statements that "make_immutable is a Moose best practice", but none of them stated the reason for it. Is this solely because it makes object creation faster (as shown by Pichi's Moose benchmarks) or are there other reasons aside from performance?