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
making Group.members optional is nice for certain situations, but it adds some unnecessary complexity when creating hierarchies directly (i.e., when we know for sure that members will be defined). It might make sense to use a separate subclass of Group where members is optional, preserving the simpler typing of the base type.
The text was updated successfully, but these errors were encountered:
making
Group.members
optional is nice for certain situations, but it adds some unnecessary complexity when creating hierarchies directly (i.e., when we know for sure that members will be defined). It might make sense to use a separate subclass ofGroup
wheremembers
is optional, preserving the simpler typing of the base type.The text was updated successfully, but these errors were encountered: