From: Dave Rolsky Date: Thu, 29 Jan 2009 18:20:40 +0000 (+0000) Subject: Add more best practice headers for later X-Git-Tag: 0.66~27^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=541027c54293913e099d83b92521726ee76e71c0;p=gitmo%2FMoose.git Add more best practice headers for later --- diff --git a/lib/Moose/Manual/BestPractices.pod b/lib/Moose/Manual/BestPractices.pod index 96b4093..ef2236c 100644 --- a/lib/Moose/Manual/BestPractices.pod +++ b/lib/Moose/Manual/BestPractices.pod @@ -40,4 +40,14 @@ consider keeping clearers & predicates private consider keeping writers private +=head2 Think Twice Before Changing an Attribute's Type in a Subclass + =head2 use MX::AH instead of auto_deref + +=head2 Namespace Your Types + +and don't use "::" + +=head2 Coercion Instead of Unions + +=head2 Define All Your Types in One Module