abce icon indicating copy to clipboard operation
abce copied to clipboard

Implement += and -= for goods

Open DavoudTaghawiNejad opened this issue 6 years ago • 1 comments

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

self['cookies'] += 5

DavoudTaghawiNejad avatar May 02 '18 17:05 DavoudTaghawiNejad

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.

rht avatar Oct 16 '18 16:10 rht