On 08-03-12 15:23, Ahmad Zawawi wrote:
> Hi,
> 
> I started to put my thoughts about Padre plugin architecture in:
> http://padre.perlide.org/trac/wiki/PadreNextGen

Hi Ahmad,

I added some remarks to the
http://padre.perlide.org/trac/wiki/WhyPadreNeedsMoose page. I don't know
if it's the right place, so feel free to delete them.

This are the remarks:
Remarks (claudio): My rule of thumb for the choice of a OO-framework is
as such:

-Do I need a really fast startup time for a short running program (e.g.
command line script)? I use Mouse (preferably with the XS backend).
-Does the previous not apply? I use Moose.
-Additionally, do I want to do metaprogramming (e.g. for code reduction
by automatic creation of repetitive methods)? I use Moose.
-I don't use Moo because I want to keep the road open if I decide to
move a program from Mouse to Moose for whatever reason.

Claudio.

_______________________________________________
Padre-dev mailing list
Padre-dev@perlide.org
http://mail.perlide.org/mailman/listinfo/padre-dev

Reply via email to