• 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
SCREAMINGCASEISTHEBEST Avatar
Name:Unknown
Clan:Brackeys
Member Since:Dec 2020
Last Seen:Feb 2024
Profiles:
Following:329
Followers:328
Allies:328
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (16)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Your order, please" csharp solution
    • 2 years ago

    From the description, it is not expected to. but yeah it doesn't.

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Convert a String to a Number!" python solution
    • 2 years ago

    dear god this is beautifully horrible.

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Playing with cubes II" kata
    • 2 years ago

    For anyone working with C# and if you get a failed attempt when submitting the thing despite converting input in the constructor to positive, that's an edge case where the "Correct the code so negative values will be switched to positive ones" decides to do it's thing.

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Basic Mathematical Operations" csharp solution
    • 2 years ago

    I knew yout could do this but was too lazy to actually try lmao

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Basic Mathematical Operations" csharp solution
    • 2 years ago

    Probably? hence why this is in Clever rather than best practices

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Basic Mathematical Operations" csharp solution
    • 2 years ago

    So much to learn

  • Custom User Avatar
    • Ketrikal
    • commented on "Most frequently used words in a text" kata
    • 4 years ago

    [em, em]

    everything that isn't a letter or an apostrophe should be treated as a space between words and removed. Apostrophes that aren't part of a word should also be removed.

    for another exampled "Ugh, heck-darn why won't my code run?" --> ["ugh", "heck", "darn", "why", "won't", "my", "code", "run"]

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "The Vowel Code" kata
    • 4 years ago

    This seems far too easy for a 6kyu

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • created a question for "Most frequently used words in a text" kata
    • 4 years ago

    Question, how should some stuff be parsed example

    em_em
    should it be
    em, em
    or
    em_em
    or
    em_ em
    something like this

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Most frequently used words in a text" kata
    • 4 years ago

    Aah parsing the string is killing me, I'vealready implemented the sorting tho

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "You're a square!" csharp solution
    • 5 years ago

    Also, here I was trying to do this without dividing by 1, aka, yes I know I could've just divided by 1

  • Custom User Avatar
    • Deantwo
    • commented on "Highest and Lowest" kata
    • 5 years ago

    I can't tell what programming language it is, but your code looks correct.

    What is wrong with it? Whitch tests are it failing?

  • Custom User Avatar
    • Deantwo
    • commented on "Highest and Lowest" kata
    • 5 years ago

    That is because a lot of people ask for help. When they post code and ask why it doesn't work, the posts are marked as spoiler.

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Highest and Lowest" kata
    • 5 years ago

    Jeez so many hidden comments

  • Custom User Avatar
    • SCREAMINGCASEISTHEBEST
    • commented on "Function 1 - hello world" csharp solution
    • 5 years ago

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

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...