janschneida / taxodist

Python library for similarity calculations in taxonomic hierarchies and the underlying concepts.
MIT License
3 stars 0 forks source link

Add Enums for modes #16

Closed janschneida closed 2 years ago

janschneida commented 2 years ago

We need to discuss, if we want to make the modes to enums. Could help for easier exception handling, but also bloat up the code, maybe a little over top.

janschneida commented 2 years ago

I will close this issue, since it showed, that using enums here is not needed & not phytonic. We will proceede with the str arguments for modes.