|
|
|
|
|
by acjohnson55
4598 days ago
|
|
If the tests are pages long, that might be a sign that the function could be refactored. Also, the optional type annotations and refinements seem to decrease necessary testing quite a bit, compared to the typical scripting language. I would use this all the time. And as other people mentioned, you can always use the check statement out of band, too. |
|