aertslab / SCope

Fast visualization tool for large-scale and high dimensional single-cell data
GNU General Public License v3.0
68 stars 15 forks source link

Consistent import naming for redux associated imports #509

Open MaybeJustJames opened 2 years ago

MaybeJustJames commented 2 years ago

Just a general comment. I noticed that the import of this module (and others) is not named consistently. I have seen actionTypes been imported as Action, t, AT... which makes it somewhat confusing. Not a major issue, but having a consistent naming of modules could improve readability (especially if you are not very familiar with the codebase :smile: )

_Originally posted by @kverstae in https://github.com/aertslab/SCope/pull/500#discussion_r817801708_