baccuslab / pyret

Python tools for analysis of neurophysiology data
https://pyret.readthedocs.io/en/master/
MIT License
35 stars 8 forks source link

no more underscores #49

Closed nirum closed 9 years ago

nirum commented 9 years ago

Typing out all of the underscores in imports (e.g. import numpy as _np) is getting to be an inconvenience. This post suggests that underscores (by convention) represent undocumented parts of the API, which doesn't really fit with how we are using them (for importing external libraries). Also, I haven't seen other projects use the import numpy as _np convention, they just use np, for example.

Therefore: I vote we remove underscores. thoughts?

nirum commented 9 years ago

oh I just realized this is related to issue #47

bnaecker commented 9 years ago

That sounds fine to me. Using 'all' is cleaner.

On 19 May 2015, at 22:59, Niru Maheswaranathan notifications@github.com wrote:

oh I just realized this is related to #47

— Reply to this email directly or view it on GitHub.