El mié, 03-03-2010 a las 10:19 +0100, Adrian Lienhard escribió: > I don't like Beck's rule "3. Rectangular Block": > > b ifTrue: > [self clearCaches. > self recomputeAngle] > > I prefer (and this is how most other people format blocks in my experience): > > b ifTrue: [ > self clearCaches. > self recomputeAngle ]
+1 -- Miguel Cobá http://miguel.leugim.com.mx _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
