• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
brunolm Avatar
Name:BrunoLM
Clan:Nullstack
Skills:c#, typescript, javascript
Member Since:Aug 2015
Last Seen:Jun 2025
Profiles:
Following:28
Followers:104
Allies:27
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored
  • Needs Resolution (64)
  • Custom User Avatar
    • ejini战神
    • created an issue for "Turn the Mars rover to take pictures" kata
    • 9 months ago

    TS: no random tests

  • Custom User Avatar
    • JohanWiltink
    • created an issue for "PatternCraft - Visitor" kata
    • 15 months ago

    The pattern is not adequately specified ( and no, I should not have to click through to a Youtube video ). It is also not adequately tested. It's entirely unclear who should be handling the actual damage, and if the visitor or the accepter should be passed or called ( surely not both ).

  • Custom User Avatar
    • ejini战神
    • created an issue for "Rock Paper Scissors!" kata
    • 16 months ago

    No random tests in Haskell

  • Custom User Avatar
    • leehunt
    • created a suggestion for "Finish Guess the Number Game" kata
    • 2 years ago

    I like this Kana becuase it asks the user to solve a realitic problem.
    I dislike it because it specs throwing an exception for normal expected code flow. Exceptions - which can be relatively expensive in C++ - should be thrown only for 'abnormal' circumstances (e.g. OOM, div by zero, container out of range, etc.).

  • Custom User Avatar
    • zdreagin
    • created an issue for "Find unique in array by properties keys in another array" kata
    • 2 years ago

    There seems to be a problem with the randomized tests. My solution failed a random test, so I added a print statement to try to debug it without changing anything else, and then it passed all the tests. Unfortunately I'm not sure why it originally failed the random test, as my code seems to pass consistently now.

  • Custom User Avatar
    • ejini战神
    • created an issue for "Genetic Algorithm Series - #4 Get population and fitnesses" kata
    • 2 years ago

    C# unnecessary directives in initial solution setup should be removed!

    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    
  • Custom User Avatar
    • ejini战神
    • created an issue for "Genetic Algorithm Series - #2 Mutation" kata
    • 2 years ago

    Code below should be removed from initial solution setup of C#

    using System.Collections.Generic;
    using System.Linq;
    
  • Custom User Avatar
    • Marwerk
    • created a suggestion for "Finish Guess the Number Game" kata
    • 2 years ago

    Would add a "// Your Code Here" signal for newbies

  • Custom User Avatar
    • LosBlobbos
    • created a suggestion for "PatternCraft - State" kata
    • 2 years ago

    Java translation

  • Custom User Avatar
    • vadya-coder
    • created a suggestion for "Pagination control - Showing page numbers" kata
    • 2 years ago

    Add even more information about what the algorithm should be.

    As a result of the tests, I get this "error".
    'Params: 3, 1, 5'
    'Your pages 1....3'
    'Expected pages 1..2..3'

  • Custom User Avatar
    • D1360_64RC14
    • created a suggestion for "PatternCraft - Command" kata
    • 2 years ago

    Add a test overriding MoveCommand's canExecute method to ensure people are checking it.

  • Custom User Avatar
    • jewelexxx
    • created a suggestion for "Rock Paper Scissors!" kata
    • 3 years ago

    Would probably be better if it used impl AsRef<str> or something alike for the return type. This would allow the use of String allocation from the format! macro or something else.

  • Custom User Avatar
    • mitstack
    • created a question for "Pagination control - Showing page numbers" kata
    • 3 years ago

    What should be the output when I provideinput (length, currentPage, size) : (10,3,4) ?

    • If I include left side pages -4, it goes to negavtive
    • If I include right sie pages to compensate the left side values, then surpasses array length 10
  • Custom User Avatar
    • wthit56
    • created an issue for "Pagination control - Showing page numbers" kata
    • 3 years ago

    For test 3: "should return 1, 3, 4, 5, 10 for 10 pages, at page 4, with +-1 item"...

    It's telling me "expected 2 to equal 3." Which is pretty unhelpful as it doesn't say what it's even testing. Using Test.assertDeepEquals would be quicker to write, and also more self-explanatory.

    Also, you can add real comments to help the testee.

  • Custom User Avatar
    • bouchert
    • created a question for "Genetic Algorithm Series - #4 Get population and fitnesses" kata
    • 3 years ago

    What's with using System.Threading.Tasks; in the C# solution template? Is this a hint that we're expected to make our solution parallelizable?

  • Loading more items...
  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...