Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Implement += and -= for goods #134

Open
DavoudTaghawiNejad opened this issue May 2, 2018 · 1 comment
Open

Implement += and -= for goods #134

DavoudTaghawiNejad opened this issue May 2, 2018 · 1 comment

Comments

@DavoudTaghawiNejad
Copy link
Member

using self.destroy and self-create is unintuitive users prefer += and -=

self['cookies'] += 5

@rht
Copy link
Member

rht commented Oct 16, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants