AB-CE / abce

Agent-based computational Economics, the Python library that makes AB modelling easier
http://abce.readthedocs.io
190 stars 64 forks source link

Method name possession/possesions doesn't sound 'right' #60

Closed rht closed 6 years ago

rht commented 7 years ago

Methods are meant to be verb. agent17.get_good("neutrino") reads better as a sentence than agent17.possession("neutrino").

DavoudTaghawiNejad commented 6 years ago

resolved with the self['neutrino'] notation

rht commented 6 years ago

self['neutrino'], while it can be implemented in Python, is not cross-language if supposedly there will be multiple lang implementation of ABCE.

DavoudTaghawiNejad commented 6 years ago

I think get_good or get_goods should be implemented as well

DavoudTaghawiNejad commented 6 years ago

I replaced possessions with goods in panel_log and agg_log.