Ad
  • Default User Avatar

    Post the code.

  • Custom User Avatar

    This is still confusing.

    Order by US then EU just means show the US orders first. The requirement needs to state to show them ordered by ID, US first then EU.

  • Custom User Avatar

    that what I thought 'order by US then EU sales' was implying.

  • Default User Avatar

    I also stumbled on this issue...The Description only states "Order by US then EU sales" but the test is looking for ID 1 as the first record. In order to solve this I had to put the "id" in the order by. IMO, if this is part of the criteria for success then it ought to be in the description. Something like "The return order of rows should show the US records first, starting with the lowest id"

  • Custom User Avatar
  • Custom User Avatar

    this is more a suggestion than an actualy issue but as far as I know, no.

  • Custom User Avatar

    Dear Karill,

    I've posted a question about my solution to this Kata using C#. It is working in VS but not here. Could you help me out please?

    Thanks in advance,
    Marloes

  • Custom User Avatar

    Thanks for your translation effort!

    From what I can see (and I don't see your translation for now) everything is fine and nothing is broken.

    Just in case you need it, here's the code for the header:

    <div style="border:1px solid;position:relative;padding:1ex 1ex 1ex 11.1em;"><div style="position:absolute;left:0;top:0;bottom:0; width:10em; padding:1ex;text-align:center;border:1px solid;margin:0 1ex 0 0;color:#000;background-color:#eee;font-variant:small-caps">Part of Series 1/3</div>
    This kata is part of a series on the Morse code. After you solve this kata, you may move to the [next one](/kata/decode-the-morse-code-advanced).</div></div><br>

    As for your further adjustments, they look pretty reasonable, from my point of view.

  • Custom User Avatar

    Confirmed your C# translation. Thanks much!

  • Default User Avatar

    Ty very much :)