the sequence diagram here suggests the printResult is handled by parking class, but it makes more sense that Ui should handle printResult by calling itself?
The getCommand method should intuitively return a Command object, and not a printResult method call
the sequence diagram here suggests the printResult is handled by parking class, but it makes more sense that Ui should handle printResult by calling itself?
The getCommand method should intuitively return a Command object, and not a printResult method call