• 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
stevenbarragan Avatar
Name:Steven
Clan:Unknown
Member Since:Aug 2013
Last Seen:Mar 2023
Profiles:
Following:1
Followers:30
Allies:1
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies (8)
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • xcthulhu
    • commented on "You Can't Code Under Pressure #1" kata
    • 11 years ago

    There was a bug in the initial solution, I have fixed it.

  • Custom User Avatar
    • ipaomian
    • commented on "You Can't Code Under Pressure #1" kata
    • 11 years ago

    yes,i get it too.

  • Custom User Avatar
    • user578387
    • commented on "Not very secure" kata
    • 11 years ago

    Simply change the regexp so it can't be "fooled".

  • Custom User Avatar
    • IckyRicky
    • commented on "Sum of (Two) Squares" kata
    • 12 years ago

    So? This isn't school. People are here to learn and get better. If they're writing their code as switch statements for particular tests, that's their loss. Real test-driven development involves being able to see the tests that you're writing code for.

  • Custom User Avatar
    • JulianNicholls
    • commented on "Sum of (Two) Squares" kata
    • 12 years ago

    The problem with this is that it gives away the test cases.

  • Custom User Avatar
    • sergelerator
    • commented on "Life of Possibilities" kata
    • 12 years ago

    Test cases are good, your combinations are not properly ordered. Read the description again.

  • Custom User Avatar
    • jhoffner
    • commented on "Convert stats to percentages" kata
    • 12 years ago

    I updated the description and test cases to no longer expect floating point numbers. This invalidates all of the existing solutions but at least this should resolve the issue for those new to taking the kata.

    Does the new description make sense?

  • Custom User Avatar
    • saterus
    • commented on "Convert stats to percentages" kata
    • 12 years ago
    value / total * 100 != value * 100 / total
    

    Implementation specific percentages.... :(

  • © 2025 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Code of Conduct
  • Contact

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...