help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Wheter to return `super init' or allow the implicit self to be retur


From: bill-auger
Subject: Re: Wheter to return `super init' or allow the implicit self to be returned instead
Date: Fri, 1 Jul 2022 19:16:28 -0400

i suppose that is because it is usual to want to call the
initializer immediately after instantiate an object and 

a_foo := (Foo new) initialize

rather than:

a_foo := Foo new
a_foo initialize



reply via email to

[Prev in Thread] Current Thread [Next in Thread]