pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
692 stars 2.29k forks source link

PCC02 NNRepos #847

Closed nnrepos closed 2 years ago

nnrepos commented 2 years ago

notes:

Difficulty level (1-10): [2] Estimated time spent (hours): [1] Completed (yes/no): [yes] I stretched my coding skills (if yes what did you learn?): [no] Other feedback (what can we improve?): [i don't think tests should be testing internal implementation. a good test only tests behaviour. that's why i did not create some of the required implementation methods (e.g. _validate).]