But the thing about the work being done is, as a shoddy rule of thumb, it's all about equally as likely to have a bug that ruins your day. So a language that allows you to do a high work-to-word ratio is also concentrating risk (which you can see in the type systems of some languages, in how many types of exceptions or errors can come out of a deceptively simple function call).
Most of that work is not happening within the line of your app, it's on behalf of that line, right? Like, it's kind of a miracle if the bug is in your own code, although we make that miracle happen by collaborating to polish our upstream deps. Still, some percentage of the time, when things break, the only way to make sense of the breakage is to dive... and dive... and dive.
4/n
