You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #303, calling them constructor can be very confusing. Initializers (initializer) are a better name that helps discern from a contract's@constructor method.
The text was updated successfully, but these errors were encountered:
As seen in #303, calling them
constructor
can be very confusing. Initializers (initializer
) are a better name that helps discern from a contract's@constructor
method.The text was updated successfully, but these errors were encountered: