• 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
whitespace Avatar
Name:Unknown
Clan:Unknown
Member Since:Sep 2017
Last Seen:Mar 2018
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (16)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • SummerTheCoder
      • commented on "Reversed Strings" java solution
      • 29 days ago

      Well, it's part of the spirit: you create hand-crafted solutions to learn from people who just know how to avoid reinventing the wheel. After all, the more you practice, the better you become.

    • Custom User Avatar
      • dhan-pro
      • commented on "MakeUpperCase" java solution
      • 15 months ago

      I don't think this null is necessary for this problem.

    • Custom User Avatar
      • Matytoonist
      • commented on "Reversed Strings" java solution
      • 16 months ago

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

    • Custom User Avatar
      • oHeckGage
      • commented on "MakeUpperCase" java solution
      • 2 years ago

      @davorpa If you read the docs, it shows that has the null check built into it.

      if (locale == null) {
      throw new NullPointerException();
      }

    • Custom User Avatar
      • davorpa
      • commented on "MakeUpperCase" java solution
      • 2 years ago

      do you know the concept of null-safe methods? null is not same as empty

    • Custom User Avatar
      • DangoDerg
      • commented on "MakeUpperCase" java solution
      • 2 years ago

      It's no need to check for empty string, because .toUpperCase contains this condition: https://www.javatpoint.com/java-string-touppercase

    • Custom User Avatar
      • Wavey1287
      • commented on "Reversed Strings" java solution
      • 3 years ago

      Me too! First try! Am I getting... better at this??

    • Custom User Avatar
      • ackled
      • commented on "Reversed Strings" java solution
      • 3 years ago

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

    • Custom User Avatar
      • Sergio Antonio Maldonado
      • commented on "Reversed Strings" java solution
      • 4 years ago

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

    • Custom User Avatar
      • skaspy
      • commented on "Reversed Strings" java solution
      • 4 years ago

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

    • Custom User Avatar
      • Sergio Antonio Maldonado
      • commented on "Reversed Strings" java solution
      • 4 years ago

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

    • Custom User Avatar
      • IdrisLokhande
      • commented on "Reversed Strings" java solution
      • 4 years ago

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

    • Custom User Avatar
      • itDmitry
      • commented on "Reversed Strings" java solution
      • 5 years ago

      As a Java newbie, I was really impressed by this solution cause of it only takes 1 row. Nice:)

    • Custom User Avatar
      • CharlieBarracuda
      • commented on "Reversed Strings" java solution
      • 5 years ago

      Don't get discouraged, I think it's good if you're able to write your own method.
      Also now you've learned how to solve this challenge in another way. It's a win-win situation.

    • Custom User Avatar
      • Bizzle-Dapp
      • commented on "Reversed Strings" java solution
      • 5 years ago

      Seeing this immediately after my attempt made a single, cold, salty tear fall from my eye.

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...