I read all the morph class and I like the ending ] at the beginning of
the line (even if I know the rectangle concern for ifTrue beck
formatting)
Why because it identifies really well the end of a method.

It is especially good for method finishing with conditionals.

]

Esteban

could you generate the same class with

MethodDeclaration
     [
     ....
     ]

I would like to browse it to see how the eye catch fast.

because

MethodDeclaration
     [
     ....
]
is not that nice

so may be

MethodDeclaration [
     ....
]

is a good compromise (because end of method is more important to spot that
beginning.

Stef

Reply via email to