> almost never I good idea to assert in a library, unless the error is truly unrecoverable
Like getting an input that is too long? :)
I think a library asserting that the preconditions of its arguments are true is fine.
> almost never I good idea to assert in a library, unless the error is truly unrecoverable
Like getting an input that is too long? :)
I think a library asserting that the preconditions of its arguments are true is fine.