Re: Welcome to the "help-smalltalk" mailing list (Digest mode)

Luis L <[email protected]> Thu, 23 Jun 2022 15:31:05 +0000
Newsgroups gmane.comp.lang.smalltalk.gnu.general
Message-ID <SJ0PR17MB55742F9FFC8653A024FF0134BFB59@SJ0PR17MB5574.namprd17.prod.outlook.com>
Hi folks! I'm both new around here and a newbie at smalltalk; got fed up wi=
th Pharo crashing and decided to make the switch to GNU smalltalk.

Going through the manual's tutorial I found something that doesn't really q=
uite click.

When initializing the Account subclasses the initialization ends with ^supe=
r init.

Is it preferable to return super init rather than just have it as a stateme=
nt in the initialization method and allow the implicit self to return?

Maybe this is too basic a question, but thanks in advance!