Hacker News new | ask | show | jobs
by bimboler38 1437 days ago
>Plus assert everything all the time.

This is where static checking comes in. Static tests should fail if it's assumed (and not asserted) that a key exists.