6 ms·
assert() is a macro that is usually disabled in production builds. Input validation is obviously most important in production, so assert() should never be used
by mje__ 11y ago
assert() is a macro that is usually disabled in production builds. Input validation is obviously most important in production, so assert() should never be used for validation.