-
-
Notifications
You must be signed in to change notification settings - Fork 552
Closed
Description
If one examines the canonical data of the hamming
exercise, one finds that it has many different test cases. However, I would argue that many test cases don't add any value and go against our unwritten rule that new tests cases should require changes to the code to make them pass. In other words, at some point, the implementation will pass the first number of tests, and then most likely also automatically pass all the subsequent tests (except for the error handling ones).
IMHO the fix to this is to remove (most of) the unneeded test cases. What exactly the test cases are that should be removed is up for discussion.
Metadata
Metadata
Assignees
Labels
No labels