Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split utility.py #1386

Open
kohr-h opened this issue Jun 24, 2018 · 1 comment
Open

Split utility.py #1386

kohr-h opened this issue Jun 24, 2018 · 1 comment

Comments

@kohr-h
Copy link
Member

kohr-h commented Jun 24, 2018

The utility.py file has grown a bit beyond reasonable size, and it contains a variety of functionality that could be grouped together in a nicer way. Suggestion:

  • printing.py: Stringification of stuff, including helpers for repr
  • types.py: Helpers for checking/coercing (data) types
  • misc.py: Everything left over
@adler-j
Copy link
Member

adler-j commented Jun 24, 2018

Agree with everything!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants