> > No technical reasons, just matter of taste. > We've just talked about this on IRC, and it might be that we all already have our own patterns for working around the issue of cluttering the currently flat helper namespace.
# Redispatch to method in plugin class $c->helper_for_some_plugin(some_method_in_the_plugin_class => @args); # Very long helper names $c->this_is_a_very_specific_helper_name_so_there_are_no_conflicts(@args); # A helper returning an object (for things that don't need $c) $c->minion->enqueue(@args); So, it may very well be that this is a real problem and people are just unwilling to change their ways. :) -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
