March 3, 2010
5:31 p.m.
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