[Catalyst-commits] r7215 - trunk/examples/CatalystAdvent/root/2007

jrockway at dev.catalyst.perl.org jrockway at dev.catalyst.perl.org
Mon Dec 3 07:14:09 GMT 2007


Author: jrockway
Date: 2007-12-03 07:14:08 +0000 (Mon, 03 Dec 2007)
New Revision: 7215

Modified:
   trunk/examples/CatalystAdvent/root/2007/3.pod
Log:
perfection++

Modified: trunk/examples/CatalystAdvent/root/2007/3.pod
===================================================================
--- trunk/examples/CatalystAdvent/root/2007/3.pod	2007-12-03 07:13:05 UTC (rev 7214)
+++ trunk/examples/CatalystAdvent/root/2007/3.pod	2007-12-03 07:14:08 UTC (rev 7215)
@@ -83,10 +83,9 @@
     $self->request->mark_as_accepted_by($self->user);
   }
 
+Very clean.  There's no reliance on strings indexing into hashes, and
+there's no repeated code. 
 
-Very clean.  There's no reliance on strings indexing hash, and there's
-no repeated code.
-
 (BTW, the reason I put user and request into C<< $c->stash >> instead
 of into C<$self> is because we show a message like "Thank you,
 C<< $user->name >>, for approving request C<< $request->uuid >>".  The




More information about the Catalyst-commits mailing list