Closed
Description
The current instructions in the readme recommend using -1 to indicate an exception.
expected: the expected result (this would be -1 when we expect an exception)
Is '-1' the best value to be using? I think that null
would be a better value to use to indicate an exceptional or undefined result.
Discuss.