docs
docs copied to clipboard
The Codewars Docs :construction: WIP
Adding an assertion message to the JUnit 4 demo + documenting the fact that the JUnit optional message parameter comes first in JUnit 4 but last in JUnit 5.
To avoid problems with the quality of randomness, it is better for the distributions to be bound with a reference to the engine rather than a copy. I expand on...
Since authors often do not bother to check output of failing tests and are not aware of how bad the default assertion messages are with OUnit, I created this recipe...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.14 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
https://docs.codewars.com/concepts/kata/translations/ Some info on the page is outdated: - translations added with with kata editor are forkable now, - reward for contributors is granted correctly.
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
- Removed examples that aren't relevant (e.g There is currently only one task under the Concurrency tag) - Added links to kata showing examples of the topics. I tried to...
May I know who wrote [Writing Submission Tests](https://docs.codewars.com/authoring/guidelines/submission-tests), specifically the "Reference Solution" part, and why it is so focused on emphasizing - Avoid using a reference solution at all if...
https://discord.com/channels/846624424199061524/846630620444229632/857425461030420551 ### Filtering your solutions You can now filter your completed solutions page by appending query parameters (no UI yet): - `language={language_id}` only show solutions in language - `rank=-{kyu}` only...
Since Ruby 3 has been introduced and RSpec is available, the [Ruby authoring guide](https://docs.codewars.com/languages/ruby/authoring) became outdated. Sections specific for Ruby 2.5 and custom Codewars testing framework should be updated to...