-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove tests and alternative Python implementations #689
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
Conversation
Now Python shines xD
I wish there was a tool like cloc that could check the complexity of the implementation (e.g. like radon, but for multiple languages) |
Ad discussed here: #548 (comment)
2477be7
to
17a7581
Compare
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.
Why did you remove the alternative implementation 01_Acey_Ducey/python/acey_ducey_oo.py
? I see no reason why we should not have those? I think it is a good idea to have multiple different implementations!
oh my bad -- let's put the alternate back in if we can? I also think it's OK to have a few different implementations, but only if people feel that there's a good rationale for the different implementation, other than "mine is different"? There definitely should be comments in the alternate implementation explaining why it exists. |
Remove tests and alternative Python implementations
Ad discussed here:
#548 (comment)