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 AccountManager, some methods have names that are just the action (vote(), hide(), delete()), and others mimic the style of a setter method (setSubscribed(), setSticky(), setSaved()). There should only be one style of method in this class.
The text was updated successfully, but these errors were encountered:
In AccountManager, some methods have names that are just the action (
vote()
,hide()
,delete()
), and others mimic the style of a setter method (setSubscribed()
,setSticky()
,setSaved()
). There should only be one style of method in this class.The text was updated successfully, but these errors were encountered: