Ad
  • Custom User Avatar

    Is there any reason why products and coordinates are passed in as an unholy string of data structure, rather than appropriate objects (e.g List<Product> and List<Point> with an appropriate definition of Product/Point classes in Preloaded)?

    This kata is written in Java, not C, and parsing is clearly not the main task of the kata.