You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're collecting a bunch of type signatures. How can we use them?
There are probably a bunch of untested edge cases that we could detect. Maybe a method is tested with a TrueClass argument but not a FalseClass? Maybe a method takes an Array, but doesn't test the edge case where it's []?
We could probably find or develop a catalog of common errors and use Bringhurst to identify them.
The text was updated successfully, but these errors were encountered:
We're collecting a bunch of type signatures. How can we use them?
There are probably a bunch of untested edge cases that we could detect. Maybe a method is tested with a
TrueClass
argument but not aFalseClass
? Maybe a method takes anArray
, but doesn't test the edge case where it's[]
?We could probably find or develop a catalog of common errors and use Bringhurst to identify them.
The text was updated successfully, but these errors were encountered: