On Feb 28, 2010, at 1:58 AM, Stéphane Ducasse wrote:

> 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.

> 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
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to