On 22/10/14 11:48, Hans Schueren wrote:
Hallo fellows,
i have just started with smalltalk programming Pharo.
Welcome.
This is a great journey. Take some time and ask all the questions you have.
Now be prepared to change your way of doing things and you will be
really surprised :)
Stef
Could you help me in one question please ?
Its simple :
After already performed a own NEW CLASS in the class browser ,
It is no really effective (In the future we will have a full class view
instead of only a category view).
Now code printed is like dead corpse.
Try to play with senders and implementors because these are powerful
tools to navigate fast your code.
it is very convenient to PRINT OUT the complete Class ,
together with protokoll and methods in a LIST FORM ,
in HARD COPY on a Printer.
Just to "have" the class and see it on real paper.
I couldnt find any advice in books or help.
regards
Hans