• 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
dashersw Avatar
Name:Armagan Amcalar
Clan:^^coyotiv
Skills:software architecture, javascript, nodejs
Member Since:Sep 2013
Last Seen:Dec 2024
Profiles:
Following:20
Followers:87
Allies:19
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations
  • Replies
  • Authored (11)
  • Needs Resolution
  • Custom User Avatar
    • dashersw
    • created an issue for "Is this working?" kata
    • 10 years ago

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

  • Custom User Avatar
    • dashersw
    • commented on "European Arabic Numerals Encoder/Decoder" kata
    • 11 years ago

    It helps :) still, the whole description is a bit misleading. There are many ways to represent a number, but a "String" (capital S) representation of a "Number" (capital N) is one.

    "The purpose of this kata is to introduce you to the evolution of modern mathematical concepts" does not really reflect the purpose.

  • Custom User Avatar
    • dashersw
    • commented on "European Arabic Numerals Encoder/Decoder" kata
    • 11 years ago

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

  • Custom User Avatar
    • dashersw
    • commented on "Manipulate URL Parameters" kata
    • 11 years ago

    Needs more test cases involving multiple parameters.

  • Custom User Avatar
    • dashersw
    • commented on "Marching armies" kata
    • 11 years ago

    Is there a problem with the 1/3 test case? Its expectation is quite weird.

  • Custom User Avatar
    • dashersw
    • commented on "European Arabic Numerals Encoder/Decoder" kata
    • 11 years ago

    The definition is not related with the kata at all. Misleading and pointless.

  • Custom User Avatar
    • dashersw
    • commented on "Cylon Evolution" kata
    • 11 years ago

    Exactly, this is a very important matter when employing inheritance. Also, the "constructor" property should also be checked; it would fail in your solution, too.

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

    Definitely not a 5 kyu kata with the timeout.

  • Custom User Avatar
    • dashersw
    • commented on "Vector class" javascript solution
    • 12 years ago

    You shouldn't define methods on the constructor since every new instance would have its own seperate methods. This would cause unnecessary memory consumption and degraded performance.

    You should define these methods on the prototype property of the Vector function, instead.

  • Custom User Avatar
    • dashersw
    • commented on "Spy Function" kata
    • 12 years ago

    Test cases should include real functions and arguments; my solution wouldn't work with real use of arguments as I've mistakenly used call over apply.

  • Custom User Avatar
    • dashersw
    • commented on "SantaClausable Interface" javascript solution
    • 12 years ago

    It's actually a very bad idea if implemented in a real world scenario. You wouldn't want to execute your code just to check if it's the code you would like to execute.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...