paulroho / SupermarketKata

A coding kata for implementing a new component in the context of an already existing software.
MIT License
3 stars 3 forks source link

Needs precise high-level requirements #10

Open dertseha opened 7 years ago

dertseha commented 7 years ago

While implementing the Go version (#7), I came across a few shortcomings of the existing implementations (CS/Java)

I suggest to define precise high-level requirements on the existing code; Whether it should be "as polished" as possible or barely working, how the output should be across languages and so forth - because this affects (even muddles) the primary intent of the kata. Or remove the "TODO" marker and simply define the goals per session (clean up the code, make missing unit tests, ...)