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
I suggest deprecating use of the global preferences (via the get_default_preferences and set_default_preferences functions, and implicitly via the three-argument form of bind_preference). This mutable global default complicates testing, and leads to code with spooky action-at-a-distance.
The text was updated successfully, but these errors were encountered:
I suggest deprecating use of the global preferences (via the
get_default_preferences
andset_default_preferences
functions, and implicitly via the three-argument form ofbind_preference
). This mutable global default complicates testing, and leads to code with spooky action-at-a-distance.The text was updated successfully, but these errors were encountered: