You need to sign in or sign up before continuing.×
Beta

Testing 'Food combinations'

Description
Loading description...
Fundamentals
  • Please sign in or sign up to leave a comment.
  • Voile Avatar

    Multiple things wrong is not tested for 1 element inputs.

    1 element input with two different foods (e.g Fish and more chips) is not tested either.

  • Voile Avatar

    There are no random tests.

  • user9644768 Avatar

    Markdown formatting is broken.

  • hilary Avatar

    Stumbled across this and really enjoyed it. While I had a false start with how :does_not_look_correct should work, I think that just makes it a four.

    I'll second Giacomo's comment. Feel free to ping me to summon someone to solve your kata. Giacomo has my contact info :)

  • GiacomoSorbi Avatar

    Definitely liking it, definitely in need of random test cases and definitely willing to translate it into both JS and Python ;)

    In the meantime may I suggest to fix capitazation to capitalization in the description?

    Also, example test cases would be highly appreciated and feel free to use my private email if you want to summon someone to solve your kata ;)

    • Insti Avatar

      Thanks. Fixed the spelling error and added some example test cases, let me know if you think there should be more.

      I'll do the random ones when I can find a bit more time.

  • smile67 Avatar

    Same with my two Katas... I think too hard for 99,99%;-)?! Translated two 1 kyu Katas too, no reaction since days... Perhaps no C# developers here on codewars;-)?!

  • Insti Avatar

    No-one wants to try this?

    Too confusing? Too boring? Too hard?

    Let me know.

    • ITSOES Avatar

      Too confusing. The test :does_not_look_correct could be explained better. It’s not clear that we must check the format of method’s output specifically against the size of foods (ignoring case). Also it’s not obvious that :does_not_look_correct failure should halt further testing, :input_array_modified notwithstanding.

      Otherwise, I really enjoyed this one.

    • Insti Avatar

      Thanks for trying the kata and thanks for the report.

      I've updated the Details with descriptions of the individual tests, do you think those changes would have answered your questions?

    • sperry Avatar

      Nice kata, I want to solve it, but I'm waiting for Python translation, I don't know Ruby:(

  • Insti Avatar

    Probably needs some random tests.

  • Insti Avatar

    I don't know if I need to be more specific in the description about the requirements for the things to test for.
    I'd hope that you've worked them out from doing the Food combinations kata.

    Let me know your thoughts on this.