From: Yuval Kogman Date: Mon, 30 Jun 2008 12:22:22 +0000 (+0000) Subject: a note about social style X-Git-Tag: 0_55~69 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a76e2bacf3247d69af93709e8d1a94c816706758;p=gitmo%2FMoose.git a note about social style --- diff --git a/lib/Moose/Cookbook/Style.pod b/lib/Moose/Cookbook/Style.pod index b29b4d9..5d9334e 100644 --- a/lib/Moose/Cookbook/Style.pod +++ b/lib/Moose/Cookbook/Style.pod @@ -171,4 +171,14 @@ For instance: will return true, even though C is not a method. +=head1 Accept no hacks + +When you have a tricky requirement, refrain from abusing Moose or MooseX:: or +whatever it is you are using. + +Instead, drop by IRC and discuss it. Most of the time a crazy idea can either +be simplified, or it will spawn a clean, reliable feature to whatever package +you are using. + +This will improve your code and also share the benefit with others.