-
Notifications
You must be signed in to change notification settings - Fork 9
Fix #29 - Turn ShapeType into an enum #34
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
Fix #29 - Turn ShapeType into an enum #34
Conversation
Hi. Is there anything I can do on my side to get this merged? |
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.
Thank you for this improvement !
What do you think @MauricioFauth ? |
Hi @MauricioFauth . Thanks for your feedback. I just added a commit which turns enum cases in PascalCase and adds an Unknown type. Lemme know what you think. Thanks! |
@JoolsMcFly Could you please add a |
Hi @MauricioFauth . |
Thanks for your review. It all makes sense and I've made required changes. |
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.
Great work! Thanks!
turn ShapeType into an Enum Signed-off-by: Julien Dephix <[email protected]>
5bbba9a
to
d302fee
Compare
Alright, squashed and signed! |
Hi!
Thought I'd give a go at #29 .
In various places
shapeType
was set to-1
as default value. I replaced it withShapeType::NULL
and would like feed back on that.Thanks for reviewing!