What is also nice is to explicitly state that a method return self

even thought

foo

        blblbl

is returning self

writing

foo
        blblbl.
        ^ self

Is a really nice to indicate to our reader that the self is important in that case.

This is why I would like change yourself implementation to do exactly that :)

Stef
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to