Hacker News
new
past
comments
ask
show
jobs
points
by
dataflow
2 hours ago
|
comments
by
IshKebab
1 hours ago
|
[-]
Assert doesn't work like that in any language.
reply
by
comex
1 hours ago
|
parent
|
[-]
It does in Rust: assert is always enabled, whereas the debug-only version is called debug_assert.
But yes, “assert” in most languages is debug-only.
reply