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
In the spirit of "get all your breaking changes in now, before v1.0" I'd like to bring up a discussion related to GlobalSettings. As the scope the library increases, more and more features are being packed into the GlobalSettings object. While these feature belong in a global singleton, I'm questioning if that object should be named "xxxSetting" or something more meaningful?
Perhaps something as simple as "Global"? Thoughts?