Best practice for using assert?
Is there a performance or code maintenance issue with using assert as part of the standard code instead of using it just for debugging purposes?
Is there a performance or code maintenance issue with using assert as part of the standard code instead of using it just for debugging purposes?
It’s used for raising your own errors.