Add Best Practices Section for Random Tests #270
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request adds a section in the markdown file regarding writing random test cases for beginners on Codewars. This extra section is on Best Practices and explains to the reader how to further prevent cheats and/or unexpected results when writing random tests. The author of this pull request has spent over a year on the Codewars platform and has authored a total of 82 Kata at the time of writing, over 75% of which were highly successful so hopefully this addition to the documentation can further guide beginners on how to write excellent random tests on the first try. If needs be, I could instead move the new content that I just added into another file named something like
random-tests-for-advanced-kata-authors.md
instead of adding the content directly to the existing Markdown file. I’ve spent the past hour adding the content mentioned so it would be great if it was accepted and merged into the official Repo, thanks 😄