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

Usability, consistency, and readability improvements #9

Merged
merged 6 commits into from
Mar 20, 2023

Conversation

cthoyt
Copy link
Contributor

@cthoyt cthoyt commented Mar 16, 2023

This PR does the following:

  1. Doesn't assign stateful things as defaults. This probably isn't an issue in practice but if you instantiate two of this object, they will share it
  2. Move some big long constants out of the main code body (they make it hard to read and understand what this is doing)
  3. Small typo fixes

cthoyt and others added 6 commits March 16, 2023 17:42
This PR does the following:
1. Doesn't assign stateful things as defaults. This probably isn't an issue in practice but if you instantiate two of this object, they will share it
2. Move some big long constants out of the main code body (they make it hard to read and understand what this is doing)
3. Small typo fixes
@vemonet vemonet merged commit ae697d4 into vemonet:main Mar 20, 2023
@cthoyt cthoyt deleted the patch-2 branch March 21, 2023 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants