hobovsky
hobovsky
Hinted by @ggorlen here: https://github.com/codewars/docs/issues/207#issuecomment-758143049 > There's a small walkthrough on improving criterion assertion messages [here](https://www.qualified.io/kb/languages/c/criterion) which may be useful.
Should I think about preparing some summaries for subsections which are missing them now, then?
So `describe` and `it` which worked for me were not Mocha but CW framework? Okay, good to know! Should Chai be added to the page, or there is nothing to...
Solution template for JS: https://github.com/codewars/docs/issues/260#issuecomment-774898925 Solution template for C++: https://github.com/codewars/runner/issues/35#issuecomment-751105985
AFAIK the reference solution snippet is used only when kata or translation is being published to verify if it works, and is not accessible when user solution is submitted. Is...
Set up a pilot article on the new blog and let's run a survey among users :)
My point of view : I like names "example solution" for the kata snippet, and "reference solution" for the part of tests. ### example solution In the beginning, i wanted...
> Would it be possible to not require the example solution after approval? You can go through development and Beta with a separate example solution, but after approval, the example...
Maybe some note on `Object.freeze` used to prevent tampering with built-in things would be useful?
@kazk I know I've asked this already but still what we concluded does not look right to me. I think the way how I described it in the post above...