|
|
|
|
|
by amikazmi
2697 days ago
|
|
1. If you dob't have tests covering code, sure type checks are better than nothing. but if you do, why do you also need type checks? 2. If the tests must be updated whenever the underlying implementation changes it might be testing too much-
it's better to test behaviour, not implementation. |
|