From: Dave Rolsky Date: Fri, 4 Feb 2011 18:17:16 +0000 (-0600) Subject: Add a slide on ro vs rw and advocate ro X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f0e854e95c4754566328c17db58e61355b2f847;p=gitmo%2Fmoose-presentations.git Add a slide on ro vs rw and advocate ro --- diff --git a/moose-class/slides/index.html b/moose-class/slides/index.html index 72e8bbe..2d5b5fa 100644 --- a/moose-class/slides/index.html +++ b/moose-class/slides/index.html @@ -1725,6 +1725,15 @@ has 'is_ripped' => ( is => 'rw' );
+

Read-only vs Read-write

+ + +
+ +

Required-ness