hobovsky
hobovsky
Page on [CoffeeScript](https://docs.codewars.com/languages/coffeescript/) does not mention that Mocha and Chai are available. I went with the old framework before I noticed that I can use more modern setup.
> Trapped users are not allowed to do anything, similar to banned users. [...] Mods should use this feature for active problematic users. Add "trap user" mod function to ["Moderation...
Sometimes users ask what is cheating, if some activity X is considered cheating, and what happens when someone is caught cheating. It would be useful to have an article which...
Show how to set up local environment to create Python kata or train on them.
Asked by @DonaldKellett here: https://github.com/codewars/docs/pull/153#pullrequestreview-522156673 > [...] may we rename the following terms? > > * "Full test suite" --> "Submit tests" > * "Proposed solution" --> "Complete solution" /...
With #156 it's possible to put linkable anchors in bullet points, so reviewers would be able to post links to specific guidelines. Two branches which could use it are already...
Create a description of how to generate random numbers in languages with limited functionalities. For example, C has only `rand`, which is able to generate `int` in limited range. It...
Explain how satisfaction rating is calculated. Motivated by:  
A snippet with module forbidder. > These kata implements quite hard-to-bypass module forbidding in python: > > * https://www.codewars.com/kata/5c9a6e225ae9822e70abc7c1 > * https://www.codewars.com/kata/5791bdba3467db61ff000040
From #124: > For "how to write comments effectively", we can do a Codewars version of [Getting Answers](https://www.mikeash.com/getting_answers.html) (or [How To Ask Questions The Smart Way](http://www.catb.org/~esr/faqs/smart-questions.html)). We should have something...