ubsuny / CP1-24-HW3

Homework 3 template for CP1-24
1 stars 16 forks source link

Test-Driven Development (TDD) #70

Closed haiderabbas007 closed 6 days ago

haiderabbas007 commented 6 days ago

This note is for avgagliardo in appreciation of their effort to go above and beyond the requirements of the HW and contribute to the knowledge of the class. Indeed, TDD provides a different way to look at developing the code, aiding in early bug detection, providing better refactoring and continuous feedback, and promoting good design.

I would like to provide my feedback:

1) Docstrings were missing from all functions. 2) There was a tiny typo: image

Thank you once again for sharing this with us.