- 1y ·
-
Public·
-
ruby.social
My experience is that while I do things when developing that are basically typos and would be caught by a compiler, those errors are nearly always trivial and loud, and are generally caught and fixed before anybody else sees them.
The bugs that make it to production, in my experience, tend to be faulty logic or bad assumptions and would not be caught by a compiler.
I'm wondering how universal my experience is…