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
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Disagreed. self.destroy and self.create are self-descriptive, and additionally are cross-language. Additionally, they should be used carefully (a destroy should be accompanied by a create and vice versa) to make sure the system is closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
using self.destroy and self-create is unintuitive users prefer += and -=
self['cookies'] += 5
The text was updated successfully, but these errors were encountered: