Hacker News new | ask | show | jobs
by Cyph0n 2311 days ago
> A minimum of two runtime assertions per function.

I am guessing the idea is to catch runtime errors in the test phase, and assertions are disabled for the production build.