Hacker News new | ask | show | jobs
by steveklabnik 3058 days ago
This is one area where Rust also differs from C; assert!s are left on in release mode; you use debug_assert! if you want something only in development.
1 comments

I agree, it's a hella questionable language choice, and not limited to C.

I found out about it through https://github.com/rohe/pysaml2/issues/451