hobovsky

Results 97 comments of hobovsky

"Comparison of Scala test styles" kumite: https://www.codewars.com/kumite/62defdd51b6b8313b95ec22e?sel=62defdd51b6b8313b95ec22e

https://github.com/codewars/codewars.com/discussions/2736#discussioncomment-3256140 Non-public listing of retired kata: https://www.codewars.com/kata/retired

Every language supported by Codewars (https://docs.codewars.com/languages) has its documentation page. The page for every language mentions what testing framework is used, and what assertion library is used. For home-grown frameworks,...

Don't get me wrong, I am not saying your idea is bad. What I am saying is that I am not sure that such page would help. Your proposal basically...

This can be somewhat deduced, as the command line used to compile (see docs) suggests 64-bit output executable, and there's very few 64-bit calling conventions . Even for me it...

https://github.com/codewars/docs/pull/311#discussion_r624580345 > To make it easier to test locally, the solution template can be changed to the following that can be reused: ```cpp // main.cpp #include #include using namespace igloo;...

Examples of info boxes: In order: `tip`, `note`, `details`, `important`, `warning`, `danger` ![image](https://user-images.githubusercontent.com/23709795/99063181-61c38580-25a4-11eb-9f00-e4b5d8fc957a.png) That's how they look at the moment of writing, but they can be modified, extended, or styling...

JS Specific, suggested by @XRFXLP: https://github.com/codewars/docs/issues/214#issuecomment-755304491 > Suggestion: > > Freeze the Object which are being as method for validation for solutions: > (For example: `Math`, `Array`, `Function`, `String`....) >...

Remove information on confusing formatting of bools in C++ (has been fixed with new version of Snowhouse).

BTW cold you provide places where "Help" tab is presented, what is its topic, and eventually what are the info tooltips there? Some of them might be outdated, but all...