[Moose-commits] r7420 - Moose/branches/moose-manual/lib/Moose/Manual
autarch at code2.0beta.co.uk
autarch at code2.0beta.co.uk
Thu Jan 29 18:20:40 GMT 2009
Author: autarch
Date: 2009-01-29 10:20:40 -0800 (Thu, 29 Jan 2009)
New Revision: 7420
Modified:
Moose/branches/moose-manual/lib/Moose/Manual/BestPractices.pod
Log:
Add more best practice headers for later
Modified: Moose/branches/moose-manual/lib/Moose/Manual/BestPractices.pod
===================================================================
--- Moose/branches/moose-manual/lib/Moose/Manual/BestPractices.pod 2009-01-29 18:20:10 UTC (rev 7419)
+++ Moose/branches/moose-manual/lib/Moose/Manual/BestPractices.pod 2009-01-29 18:20:40 UTC (rev 7420)
@@ -40,4 +40,14 @@
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
More information about the Moose-commits
mailing list