You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should move code from bin/dg to a file like distgen/bin.py and use setuptools' entrypoint for the dg binary. This would move all functionality to the distgen library, hence it would be importable, more usable and also testable. This change shouldn't break anything for our users.
The text was updated successfully, but these errors were encountered:
I like the testability POV, +1. I dislike the re-usability POV on bin/dg code because that's (a) something nobody should depend on and thus (b) taking care of the API (==making it a library) would be IMO just wasting of time.
We should move code from
bin/dg
to a file likedistgen/bin.py
and use setuptools' entrypoint for thedg
binary. This would move all functionality to thedistgen
library, hence it would be importable, more usable and also testable. This change shouldn't break anything for our users.The text was updated successfully, but these errors were encountered: