• 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
scotttharvey Avatar
Name:Unknown
Clan:Unknown
Member Since:Jun 2016
Last Seen:Feb 2024
Profiles:
    Following:9
    Followers:6
    Allies:5
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (10)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • AndrewFNAF
      • commented on "Convert boolean values to strings 'Yes' or 'No'." csharp solution
      • 4 years ago

      you are correct. that part is redundant. also, one can terminate the program after the first text case and not even test for the second

    • Custom User Avatar
      • neilm
      • commented on "Convert boolean values to strings 'Yes' or 'No'." csharp solution
      • 4 years ago

      Something like if (word==true) { ... } when the variable word is itself a boolean is redundant - you can just write if (word) { ... }

      Edit: Ignore me if you were questioning the statement "don't use...", didn't take your meaning first at first read

    • Custom User Avatar
      • dfhwze
      • commented on "Convert boolean values to strings 'Yes' or 'No'." csharp solution
      • 4 years ago

      I do agree there is alot wrong with this code. But what do you mean with "don't use the boolean property of the parameter"?

    • Custom User Avatar
      • hobovsky
      • commented on "Convert boolean values to strings 'Yes' or 'No'." csharp solution
      • 4 years ago

      VERY slow? How is this very slow?

    • Custom User Avatar
      • AndrewFNAF
      • commented on "Convert boolean values to strings 'Yes' or 'No'." csharp solution
      • 4 years ago

      This is VERY slow. You do 2 checks, have too many curly braces, don't use the boolean property of the parameter etc.

    • Custom User Avatar
      • Mikeytown19
      • commented on "Loose Change" javascript solution
      • 6 years ago

      Nice!

    • Custom User Avatar
      • Unnamed
      • created an issue for "Important Birthday's" kata
      • 7 years ago

      Expected: '[5, 10, 16, 21]', instead got: '[0, 5, 10, 16, 21]'

      0 is divisible by 5 and not excluded.

    • Custom User Avatar
      • Voile
      • created an issue for "Important Birthday's" kata
      • 7 years ago

      What's with the sample tests testing the function output with itself?

      The only explanation I can think of is the author knows that there are only a few possible outputs and it's too easy to get the answer from the test results. If that's the case why are you publishing such an un-interesting kata in the first place?

    • Custom User Avatar
      • dinglemouse
      • commented on "Important Birthday's" kata
      • 7 years ago

      Important Birthday's

      apostrophe?

    • Custom User Avatar
      • ZED.CWT
      • created an issue for "Important Birthday's" kata
      • 7 years ago

      Needs Random Tests.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...