![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re^2: How to sub class-esby gnosti (Hermit) |
on May 17, 2020 at 22:55 UTC ( #11116879=note: print w/replies, xml ) | Need Help?? |
I'm afraid you will soon find out that not learning an OO-framework (such as Moo) but rolling your own was a waste of time after all. Moo and friends have limitations and bring added complexity that not everyone may want. c.f. "Moose Made me a Bad OO Programmer" by Tadeusz Sośnierz I've done fine for a medium size project using Object::Tiny to create accessors, and Role::Tiny to separate out functionality of large ("God") classes.
In Section
Seekers of Perl Wisdom
|
|