http://qs321.pair.com?node_id=888020


in reply to Re^3: Is Devel::Declare really so much less evil than source filters? (magic)
in thread Is Devel::Declare really so much less evil than source filters?

pukes up too many internal details when it errors and this makes for very tricky debugging and fixing that seems to be a non-trivial task
sometimes I still have this feeling about Moose.

Replies are listed 'Best First'.
Re^5: Is Devel::Declare really so much less evil than source filters? (magic)
by stvn (Monsignor) on Feb 15, 2011 at 01:51 UTC
    sometimes I still have this feeling about Moose.

    Yeah, I agree, meta-layer errors can be a real pain to debug sometimes, however this being regularly improved upon. Unfortunately though in some cases it is really difficult to divine the user intent from the actual error being thrown, especially since we are not compiling the code and analyzing context, but only faux-keywords being called as subroutines.

    -stvn