• 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
Dare2Code Avatar
Name:Dare2Code
Clan:anonymous
Skills:java, python
Member Since:Jan 2016
Last Seen:Jul 2025
Profiles:
Following:20
Followers:11
Allies:11
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (18)
  • Needs Resolution
  • Custom User Avatar
    • Dare2Code
    • commented on "Grasshopper - Debug" kata
    • 10 years ago

    i'm still waiting for the fix :)

  • Custom User Avatar
    • Dare2Code
    • commented on "Number of People in the Bus" kata
    • 10 years ago

    Very simple one. Good!
    tip: try using for-loop or lambda :)

  • Custom User Avatar
    • Dare2Code
    • commented on "Number of People in the Bus" java solution
    • 10 years ago

    hmmm lambda! i see those everwhere, yet they are so mysterious :p

  • Custom User Avatar
    • Dare2Code
    • commented on "Tip Calculator" java solution
    • 10 years ago

    Best Practice :)

  • Custom User Avatar
    • Dare2Code
    • commented on "Calculator" python solution
    • 10 years ago

    OMG!!

  • Custom User Avatar
    • Dare2Code
    • commented on "Did I Finish my Sudoku?" python solution
    • 10 years ago

    That's Awesome!!!!!!!!!!

  • Custom User Avatar
    • Dare2Code
    • commented on ""this" is a problem " java solution
    • 10 years ago

    Should be protected :)

  • Custom User Avatar
    • Dare2Code
    • commented on "Even or Odd" java solution
    • 10 years ago

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

  • Custom User Avatar
    • Dare2Code
    • commented on "Counting sheep..." kata
    • 10 years ago

    USE -> if (arrayOfSheep != null && arrayOfSheep). cheers

  • Custom User Avatar
    • Dare2Code
    • commented on "Counting sheep..." kata
    • 10 years ago

    FYI: Use the class (Boolean) not a primitive datatype (boolean) and also check for nulls! - as simple as it is ;)

  • Custom User Avatar
    • Dare2Code
    • created an issue for "Grasshopper - Debug" kata
    • 10 years ago

    The test code for Java is utterly wrong!.

  • Custom User Avatar
    • Dare2Code
    • commented on "Grasshopper - Debug" kata
    • 10 years ago

    is it fixed yet? - apparently not. :( - i'm raising an another issue.

  • Custom User Avatar
    • Dare2Code
    • created an issue for "Are You Playing Banjo?" kata
    • 10 years ago

    Need more refinement for Java!

  • Custom User Avatar
    • Dare2Code
    • commented on "Cheat Detection" topic
    • 10 years ago

    Well, I wouldn't say i'm a math-boy but i do intend to fix any problem with algorithms and formulae', not sure how you people are going to react based on my answers!! (fingers crossed) :o

  • Custom User Avatar
    • Dare2Code
    • created an issue for "Flip it" kata
    • 10 years ago

    JAVA:
    The test case class has incorrect code(compile error)!

    replace thetestcase with this code:
    import static org.junit.Assert.*; import org.junit.Test;

    public class RobotTest {

    @Test
     public void haha() throws Exception
     {
      Robot obj = new Robot();
      assertEquals(obj.reverse("emma"),"amme");
     }
    
     @Test
     public void hehe()throws Exception
     {
      Robot obj = new Robot();
      assertEquals(obj.reverse("Alphonse"),"esnohplA");
     }
    

    }

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...