UBC-MDS / imageprocessor

DSCI 524: Collaborative Software Development
MIT License
0 stars 3 forks source link

Function #1: Flipping #8

Closed mgaroub closed 3 years ago

mgaroub commented 3 years ago

The function should be written defensively. That is, it should handle incorrect input and errors detected during execution via throwing exceptions with useful error messages, and there should be tests to confirm that the exceptions result in the expected behaviour of the function.

refer to https://github.com/UBC-MDS/PyGram/issues/8#issuecomment-788467991

jiajie0225 commented 3 years ago