What does everyone think about using `require` and...
# getting-started
t
What does everyone think about using
require
and
check
? I find them useful especially for testing but I'm wondering if those checks should be removed in production.
s
Premature optimization
☝️ 4