Currently they aren't, but I think it'd probably be a good idea. 99% of Moose classes call make_immutable, and so I think optimizing for the common case here would be a good idea. This would also require replacing is closed with is open for the remaining cases.
Currently they aren't, but I think it'd probably be a good idea. 99% of Moose classes call
make_immutable
, and so I think optimizing for the common case here would be a good idea. This would also require replacingis closed
withis open
for the remaining cases.