Ad
  • Custom User Avatar

    Also, needs random tests.

  • Custom User Avatar

    The kata is improperly designed.

    The said "sorting criteria" makes no sense (it's not even a total order), and it's not a sort if the input elements (instances of egg classes) are different from the output elements (egg classes themselves).

    Seriously, how did this kata even got 100% satisfaction rate?... CW beta testing quality really do be like this sometimes.

  • Custom User Avatar

    The task is not properly explained.

    In the last statement,

    The result must be an array of classes => [RedEgg, BlueEgg, GreenEgg]

    classes came out of nowhere.