docs icon indicating copy to clipboard operation
docs copied to clipboard

The Codewars Docs :construction: WIP

Results 77 docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Create an article similar to https://docs.codewars.com/languages/python/authoring/ but for Haskell. Would also be nice to have a _separate_ tutorial on how to create custom `Gen`s for QuickCheck. Maybe @JohanWiltink would like...

documentation
kind/tutorial
language/haskell

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

documentation
kind/snippet
language/python

For just disabling a function, and it has already been undefined, things to handle: https://www.codewars.com/kata/reviews/5e8ad9356ea54400012d2d11/groups/5e8efc4c45ab07000144ec39 https://www.codewars.com/kata/reviews/5e8ad9356ea54400012d2d11/groups/5e8efc0edf15f9000118d18c `vm`, `require`, `module.require`, `process.mainModule.require`. @error256 might be able to come up with more? As...

documentation
kind/recipe
language/javascript

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...

documentation
kind/recipe

Breakdown of #5 Migrate the snippet [Random testing in JavaScript](https://github.com/codewars/codewars.com/wiki/Snippets%3A-Random-testing-in-JavaScript) from the old wiki.

documentation
kind/snippet
language/javascript

We have some documentation in our [wiki](https://github.com/codewars/codewars.com/wiki). Import the pages that makes sense, restructuring as necessary. See [wiki/](https://github.com/codewars/docs/tree/master/wiki) for the files to work on.

help wanted

Show how to set up local environment to create C kata or train on them.

documentation
kind/tutorial
language/c

Breakdown of #5 Create tutorial introducing translators to translating a kata. Link with relevant parts of documentation, for example ones related to [authoring](https://docs.codewars.com/authoring/). Location: probably https://docs.codewars.com/authoring/translation/

documentation
kind/tutorial

Breakdown of #139 Set of guidelines related to writing a new kumite. Suggested guidelines: - ...

documentation

Motivated by [this post](https://github.com/codewars/docs/pull/187#discussion_r538636116) Some authors use undocumented capabilities of test output panel to improve styling or presentation of test results, like: - console output with messages or ASCII art...

documentation
kind/recipe