in reply to Anyone migrated to the new 'class' way of OOP?
While I have to admit that the new syntax looks a lot nicer, a downside is that I feel obligated to indent everything inside the class{} block which means my entire implementation ends up with an extra layer of indent.
Combined with the version requirements (and how most of my CPAN modules aim for older compatibility) and the fact that I'm constantly using lazy-build and coerce, I don't think I'll be using it any time soon.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Anyone migrated to the new 'class' way of OOP?
by jo37 (Curate) on Aug 10, 2025 at 18:17 UTC | |
by ysth (Canon) on Aug 10, 2025 at 20:09 UTC | |
by NERDVANA (Priest) on Aug 14, 2025 at 14:52 UTC |