-
Notifications
You must be signed in to change notification settings - Fork 14
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
Refactor to enumerated types #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this! Just some minor comments.
Boolean options replaced with an enumerated types to improve readability of the code.
Thanks for your very useful comments, I have updated PR, |
No worries. I'll squash merge, so feel free to push as many commits as you like here. |
Co-authored-by: Liam Aharon <[email protected]>
Co-authored-by: Liam Aharon <[email protected]>
@simonsso could you please merge master into here so we can make sure it passes your tweaked CICD checks? |
Boolean options replaced with an enumerated types
to improve readability of the code.