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
Make GlobalSettings.empty constant. GlobalSettings.empty is currently def so it creates a new instance of an empty GlobalSettings whenever GlobalSettings.empty is called. However, GlobalSettings is immutable so there can be only one instance used for any required empty GlobalSettings.
The text was updated successfully, but these errors were encountered:
Task
Summary
Make
GlobalSettings.empty
constant.Project Details
Version:
1.4.0
Description
Make
GlobalSettings.empty
constant.GlobalSettings.empty
is currentlydef
so it creates a new instance of an emptyGlobalSettings
wheneverGlobalSettings.empty
is called. However,GlobalSettings
is immutable so there can be only one instance used for any required emptyGlobalSettings
.The text was updated successfully, but these errors were encountered: