Hi James
Lukas do you have some code samples.
Something that I particularly hate is the following
self bla ifTrue: [ ...
] ifFalse: [ ... ]
I'd like to understand what it is about the above you hate.
See levente In addition I have to apy extreme attention to see that the two branches are sent to the same conditional
That is see in the code.
I want self bla ifTrue: [ ... ] ifFalse: [ ... ]
Does the code in the ifTrue: block begin on the same line? How about the ifFalse: block? If it begins on the same line, then how many indents for the second line?
James _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project