[Catalyst-commits] r7214 - trunk/examples/CatalystAdvent/root/2007
jrockway at dev.catalyst.perl.org
jrockway at dev.catalyst.perl.org
Mon Dec 3 07:13:06 GMT 2007
Author: jrockway
Date: 2007-12-03 07:13:05 +0000 (Mon, 03 Dec 2007)
New Revision: 7214
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 04:39:12 UTC (rev 7213)
+++ trunk/examples/CatalystAdvent/root/2007/3.pod 2007-12-03 07:13:05 UTC (rev 7214)
@@ -1,6 +1,6 @@
=head1 Application Design Techniques
-Happy 3 December! Today, I'm going to talk about some techniques
+Happy 3 December! Today, I'm going to talk about some techniques for
making your Catalyst applications as maintainable (and enjoyable) as
possible. These are all techniques I use in my applications daily, so
don't think that this is just some theoretical nonsense that I think
@@ -189,7 +189,7 @@
=head1 Thin controllers
There will be another article this month on Rails-style "mvC" versus
-real MVC design, but for now I'll just breifly explain the concept.
+real MVC design, but for now I'll just briefly explain the concept.
You'll notice above that my example Catalyst actions above look like:
@@ -243,4 +243,3 @@
Jonathan Rockway C<< <jrockway at cpan.org> >>
Infinity Interactive, Inc L<http://www.iinteractive.com>.
-
More information about the Catalyst-commits
mailing list