• 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
musterion Avatar
Name:Socx Musterion
Clan:Unknown
Member Since:Oct 2023
Last Seen:Jul 2025
Profiles:
    Following:4
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (17)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • ejini战η₯ž
      • commented on ""Reduce My Fraction" C# Translation"
      • 14 months ago
      • Input type should be Tuple<int, int>

      • Actual and expected are swapped in test method

      • Also, missing useful assertion messages

      • Missing return 0 in initial solution setup

      • The current random test generation is too small. Please follow other languages' random tests generation, as such: .

      list_n, list_d = range(10, 10001, 10), range(10, 10001, 2)
      n, d = choice(list_n), choice(list_d)
      
    • Custom User Avatar
      • musterion
      • commented on "Prime Streaming (PG-13)" javascript solution
      • 2 years ago

      Interesting!, this won't scale well though, try testing with this
      it('5e6 - (+10)', ()=> verify(5e6 - (+10), 86028157))

    • Custom User Avatar
      • musterion
      • commented on "Directions Reduction" typescript solution
      • 2 years ago

      regex reigns supreme πŸ™Œ

    • Custom User Avatar
      • musterion
      • commented on "Correct the mistakes of the character recognition software" python solution
      • 2 years ago

      Well done! Very useful functions on string

    • Custom User Avatar
      • musterion
      • commented on "Does my number look big in this?" typescript solution
      • 2 years ago

      The valueIsNarcissique array is the superset of narcissistic numbers?
      Why work hard when you can just look into the dictionary? πŸ˜†

    • Custom User Avatar
      • musterion
      • commented on "Exes and Ohs" typescript solution
      • 2 years ago

      Caution; string.toLowerCase().split('this').length returns amount of delimiter + 1. Be sure to deduct the one when trying to count number of delimiters.

    • Custom User Avatar
      • musterion
      • commented on "Duplicate Encoder" typescript solution
      • 2 years ago

      I like this, clean without any obvious performance issues.

    • Custom User Avatar
      • musterion
      • commented on "Reverse words" typescript solution
      • 2 years ago

      clean solution.πŸ‘πŸΎ

    • Custom User Avatar
      • musterion
      • commented on "Rock Paper Scissors!" typescript solution
      • 2 years ago

      Not bad at all! I thought of this too.

    • Custom User Avatar
      • musterion
      • commented on "Rock Paper Scissors!" typescript solution
      • 2 years ago

      Sweet!

    • Custom User Avatar
      • musterion
      • commented on "Rock Paper Scissors!" typescript solution
      • 2 years ago

      CoolπŸ‘πŸΎ

    • Custom User Avatar
      • musterion
      • commented on ""Reduce My Fraction" C# Translation"
      • 2 years ago

      This is my attempt at translating "Reduce My Fraction" to C#, please feel free to review it. Thanks

    • Custom User Avatar
      • musterion
      • commented on "Roman Numerals Helper" javascript solution
      • 2 years ago

      Trolling?

    • Custom User Avatar
      • musterion
      • commented on "Strip Comments" javascript solution
      • 2 years ago

      Regex to the rescue. Most times brings you clean, simple and readable solutions like this to table. Well done!

    • Custom User Avatar
      • musterion
      • commented on "IP Validation" javascript solution
      • 2 years ago

      Multi-nested if blocks not advisable.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...