• 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
fsbdev Avatar
Name:Fabien
Clan:giga
Member Since:Nov 2013
Last Seen:Mar 2024
Profiles:
Following:108
Followers:98
Allies:98
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (16)
  • Needs Resolution
  • Custom User Avatar
    • fsbdev
    • commented on "Vasya - Clerk" kata
    • 10 years ago

    Please make it return a boolean, why return YES or NO strings?

  • Custom User Avatar
    • fsbdev
    • commented on "Excel sheet column numbers" csharp solution
    • 10 years ago

    Why not just foreach (...) { } instead of ToCharArray().ToList().ForEach(...)

  • Custom User Avatar
    • fsbdev
    • commented on "Vowel Count" csharp solution
    • 10 years ago

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

  • Custom User Avatar
    • fsbdev
    • commented on "Take a Ten Minute Walk" ruby solution
    • 10 years ago

    This loops through only once unlike most other solutions listed.

  • Custom User Avatar
    • fsbdev
    • commented on "Common Denominators" kata
    • 10 years ago

    Another one:
    Expected: [[231100238855664255, 44847850151521494], [353362493576484, 44847850151521494], [7580086324199136, 44847850151521494]], instead got: [[77033412951888085, 14949283383840498], [117787497858828, 14949283383840498], [2526695441399712, 14949283383840498]]

  • Custom User Avatar
    • fsbdev
    • created an issue for "Common Denominators" kata
    • 10 years ago

    Incorrect test:

    Expected: [[80696, 136240], [87360, 136240], [102180, 136240]], instead got: [[20174, 34060], [21840, 34060], [25545, 34060]]

    The given result has a lower denominator than the expected result and the fractions are equivalent, therefore the given result should be correct.

  • Custom User Avatar
    • fsbdev
    • commented on "Enumerable Magic #5- True for Just One?" ruby solution
    • 11 years ago

    This isn't really solving it, it's just using the method they ask you to implement..

  • Custom User Avatar
    • fsbdev
    • commented on "Pick peaks" javascript solution
    • 12 years ago

    you left off the "var" for your r declaration

  • Custom User Avatar
    • fsbdev
    • commented on "Coordinates Validator" kata
    • 12 years ago

    you don't specify the max number of allowed decimal places, is there one?

  • Custom User Avatar
    • fsbdev
    • commented on "Imperfect Network #1 (duplicate messages)" kata
    • 12 years ago

    "If the test case says: "B sends three duplicates to A" that means that A sent some data to B and B received it three times."
    I think you mean:
    "If the test case says: "A sends three duplicates to B".."

  • Custom User Avatar
    • fsbdev
    • commented on "Memoized Fibonacci" kata
    • 12 years ago

    Description is unnecessarily lengthy, just cut it down to your description of what memoizing/caching is and how it would improve the efficiency. Your comments in the answer section could be moved to the description section too and then the description would be good.

  • Custom User Avatar
    • fsbdev
    • commented on "Linkify string - 1" kata
    • 12 years ago

    Also - my initial solution (without DOM) failed because it enclosed the href value with double quotes instead of single quotes.....

  • Custom User Avatar
    • fsbdev
    • commented on "Linkify string - 1" kata
    • 12 years ago

    Sucks that it has to run in Node.js without any DOM implementation - the solution is much more elegant when you have access to the DOM API.

  • Custom User Avatar
    • fsbdev
    • commented on "Simple Time Bomb" javascript solution
    • 12 years ago

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

  • Custom User Avatar
    • fsbdev
    • commented on "Simple Time Bomb" javascript solution
    • 12 years ago

    Why are you assuming it's a number?

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...