Add one more sentence justifying recommendation
Dave Rolsky [Fri, 2 May 2008 00:47:23 +0000 (00:47 +0000)]
lib/Moose/Cookbook/Recipe9.pod

index d028087..adcba0c 100644 (file)
@@ -177,6 +177,9 @@ a coderef like C<sub { [] }>, use C<default>.
 
 Otherwise, use C<builder>.
 
+This ensures that your classes are easily subclassable, and also helps
+keep crufty code out of your attribute definition blocks.
+
 =head1 AUTHOR
 
 Dave Rolsky E<lt>autarch@urth.orgE<gt>