Skip to content

Conversation

@wizzwizz4
Copy link

This is a really neat project! I've made some minor improvements to the bits of code I understand (hopefully this hasn't broken anything!). These include:

  • Changed the keys from "12,13,14"-style strings to sets of strings.
  • Replaced subtraction loops with modular arithmetic.
  • Converted undeclared static methods to classmethods (so subclassing works properly, if that ever happens in the future)
  • Made module importable (you know; just in case this becomes a really big thing)

That isn't an exhaustive list, but it's got the main points. You don't have to merge this if you don't want to.

  * Changed the keys from `"12,13,14"`-style strings to sets of strings.
  * Replaced subtraction loops with modular arithmetic.
  * Converted undeclared static methods to `classmethod`s (so subclassing works properly, if that ever happens in the future)
  * Made module importable (you know; just in case this becomes a really big thing)
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.

1 participant