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
Question is, what is good behaviour here? I'd argue that since a CountryInfo object represents information about a specific country, a constructor argument should be mandatory.
Probably easier to do #41 first, since right now, accessing .all() requires constructing an object.
The text was updated successfully, but these errors were encountered:
Question is, what is good behaviour here? I'd argue that since a CountryInfo object represents information about a specific country, a constructor argument should be mandatory.
Probably easier to do #41 first, since right now, accessing
.all()
requires constructing an object.The text was updated successfully, but these errors were encountered: