• 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
timothy-s-dev Avatar
Name:Tim Sassone
Clan:Unknown
Member Since:Oct 2015
Last Seen:Dec 2022
Profiles:
Following:0
Followers:0
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (17)
  • Replies
  • Authored
  • Needs Resolution
  • Custom User Avatar
    • HaoticEvil
    • commented on "Expanding Dependency Chains" kata
    • 2 years ago

    Very interesting kata!

  • Custom User Avatar
    • Voile
    • created an issue for "Balancing Ratios" kata
    • 2 years ago

    If more than one item you could produce would bring you equally close to the desiredRatio, return the lowest index amongst the equal options. (E.G. if producing item 5 or 7 would both bring you equally close, return 5).

    The tests expect the opposite.

  • Custom User Avatar
    • Voile
    • created an issue for "Balancing Ratios" kata
    • 2 years ago

    Random tests are unacceptable: they're all of the form actualStock[i] = desiredRatio[i] + n for certain n.

  • Custom User Avatar
    • FArekkusu
    • resolved an issue on "Expanding Dependency Chains" kata
    • 5 years ago

    Everything seems to be working correctly now (using C# 8.0 at least).

  • Custom User Avatar
    • MelGrubb
    • commented on "Expanding Dependency Chains" kata
    • 6 years ago

    I agree. I don't know what TestTools is, exactly. In order to work on this offline, I had to rewrite the tests to use CollectionAssert instead. Katas should not have external dependencies that aren't provided. Maybe TestTools is something that Codewars offers, but I just can't locate.

  • Custom User Avatar
    • RobinBennett
    • commented on "Expanding Dependency Chains" kata
    • 6 years ago

    The following warning appears when attempting in C#: "tests/Fixture.cs(150,41): warning CS0168: The variable 'e' is declared but never used". Also, it's not possible to just copy and past the tests into visual studio because they rely on TestTools.

  • Custom User Avatar
    • Issung
    • created an issue for "Expanding Dependency Chains" kata
    • 6 years ago

    Think this Kata is broken, in C# atleast, it is saying that my exceptions do no get thrown, tested in visual studio with the same input and they do indeed get thrown, how can we fix this?

  • Custom User Avatar
    • justinddaniel
    • commented on "Is n divisible by x and y?" ruby solution
    • 7 years ago

    You do not need the 'return' for Ruby in this case, though. The == operator will always give a return value of true or false.

  • Custom User Avatar
    • eb110
    • commented on "Balancing Ratios" kata
    • 7 years ago

    Terrible explanation. So much text to read and at the end of it you just realized that you don't now what to do. Examples shout to be improved as this kata is more like guessing than actual coding. Overally quite an interesting and difficult to pass.

  • Custom User Avatar
    • yrhaibi007
    • commented on "Expanding Dependency Chains" kata
    • 8 years ago

    ther's an issue with the random tests on c# can u check please

  • Custom User Avatar
    • Voile
    • commented on "Expanding Dependency Chains" kata
    • 8 years ago

    Approved

    (Added random tests.)

  • Custom User Avatar
    • master2080
    • commented on "Return the Missing Element" csharp solution
    • 9 years ago

    There was no requirement to check input, so this solution is optimal.

  • Custom User Avatar
    • aryan-firouzian
    • commented on "Expanding Dependency Chains" kata
    • 9 years ago

    nice and interesting kata, suggest to add one random test to avoid cheating.

  • Custom User Avatar
    • user5036852
    • commented on "Expanding Dependency Chains" kata
    • 9 years ago

    Very nice idea and very good kata! In my opinion ready to been approved!
    Thanx!
    Have a look at my katas if you like!

  • Custom User Avatar
    • user5036852
    • commented on "Balancing Ratios" kata
    • 9 years ago

    Description could be clearer and more precisely.

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

Confirm

  • Cancel
  • Confirm

Collect: undefined

Loading collection data...