Although there is _some_ documentation written for `test.py` it's not really sufficient. If the objective is to make the code easy to understand. We need: - [ ] Docstrings on all classes and methods - [ ] More complete docstrings were appropriate - [ ] Comments were appropriate Naming is already good, so it's just about explaining what does what and how really.
Although there is some documentation written for
test.pyit's not really sufficient. If the objective is to make the code easy to understand. We need:Naming is already good, so it's just about explaining what does what and how really.