• 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
TheDemin Avatar
Name:Unknown
Clan:Unknown
Member Since:Dec 2017
Last Seen:Jan 2025
Profiles:
    Following:122
    Followers:121
    Allies:120
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (24)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • dilips86
      • commented on "Disemvowel Trolls" java solution
      • 13 months ago

      This doesn't handle null check . what is str is null ? your code throws NullPointerException

    • Custom User Avatar
      • dilips86
      • commented on "Disemvowel Trolls" java solution
      • 13 months ago

      This doesn't handle null check .
      what is str is null ? your code throws NullPointerException

    • Custom User Avatar
      • MahmoudHasan83
      • commented on "Enumerable Magic #1 - True for All?" python solution
      • 13 months ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • alexchelsea22
      • commented on "Sum of Multiples" python solution
      • 2 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • josuejs23
      • commented on "Disemvowel Trolls" java solution
      • 2 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • b.angelov
      • commented on "Coding Meetup #2 - Higher-Order Functions Series - Greet developers" python solution
      • 2 years ago

      Yet, this mutation is quite harmless for it adds an additional element and it doesn't actually modify any existing data. In that specific case, I would assume that adding data is actualy the requirement rather than not.

    • Custom User Avatar
      • NeighbourhotAsian
      • commented on "How good are you really?" java solution
      • 2 years ago

      Shouldn't that technically be wrong bc if "yourPoints" are equal to the average it should be flagged as false (Kata description says only true if "yourPoints" are higher).

    • Custom User Avatar
      • rowcased
      • commented on "Enumerable Magic #1 - True for All?" python solution
      • 2 years ago

      did you read the kata description?

    • Custom User Avatar
      • JSninja350
      • commented on "Disemvowel Trolls" java solution
      • 3 years ago

      Awesome solution!

    • Custom User Avatar
      • Leo-Chan01
      • commented on "Disemvowel Trolls" java solution
      • 3 years ago

      This is what I attempted

    • Custom User Avatar
      • Schulzkafer
      • commented on "Lunar Mathematics: Addition" kata
      • 4 years ago

      thanks!

    • Custom User Avatar
      • Blind4Basics
      • resolved an issue on "Lunar Mathematics: Addition" kata
      • 4 years ago

      corrected

    • Custom User Avatar
      • Schulzkafer
      • created an issue for "Lunar Mathematics: Addition" kata
      • 4 years ago

      (Cough):
      In Java, random tests don't compare a user's solution with an expected solution:

        result = LunarCalculator.add(num, num2);
        assertEquals(result, LunarCalculator.add(num2, num));
      
    • Custom User Avatar
      • k14
      • commented on "Regex validate PIN code" java solution
      • 5 years ago

      you are absolutely correct, using a pattern as static variable is about 3-4 times faster.

    • Custom User Avatar
      • che.marquez
      • commented on "Regex validate PIN code" java solution
      • 5 years ago

      Correct me if I'm wrong but isn't this solution kind of inneficient in terms of performance in a high concurrency scenario??
      The thing is that everytime you invoke String.matches it has to compile the regex before evaluating the String. If you compile
      the regular expression in advance using an static variable with Pattern.compile() it will perform way better than this solution.
      Isn't it?

      Regards.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...