-
Notifications
You must be signed in to change notification settings - Fork 202
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
Guide on creating or translating a kata in JavaScript #214
Comments
I wonder if it would be worth to mention amount of JS runtimes and the fact that the newest one should always be preferred. Authors should make sure that Node 12 (?) is available, and not struggle for compatibility with Node 8. |
Node 8 will be removed at some point anyways. |
Yeah, any new kata or translation should use the latest version. Compatibility with older version is not needed. |
In Tests section, I think the parts on organization (Mocha ) and assertions (Chai) are not sufficiently separated. My suggestion would be to organize it in a way similar to:
I am also not sure if it would not be better to swap parts on Chai and Mocha, but we can check it after we got these two separated. |
Suggestion: Freeze the Object which are being as method for validation for solutions: And I think this is not detected my anti-cheat system, because I've recently seen couple of such solution for few 1 kyu katas. |
Something similar to #191
This thread would be used for discussions, ideas, and suggestions which would not fit into PR reviews.
The text was updated successfully, but these errors were encountered: