Hacker News new | ask | show | jobs
by RHSeeger 944 days ago
Assuming your type system is robust enough to support such things. That's not the case for many mainstream languages.
1 comments

In that case, use DEBUG-only asserts. They're not foolproof (they're only as good as your test suite), but they're pretty damn good.