Earlier quoted context omitted.
Leaving joke languages aside, it is very much true. If you use less lines of code to implement a software feature, the software feature will on average have less bugs. Programmers write bugs per line, something like Python which only uses 33% of the lines and thus contains only around 33% of the bugs. On the other hand, if you go down the prove things are correct at compile time you will eliminate around 5% of the bu…
> Programmers write bugs per line Source? Hack more code into one line -> less bugs for the overall program? doubt Use Typescript instead of JS (thus add a few loc) -> more bugs? certainly doubt
One source would be: https://www.oreilly.com/library/view/code-complete-2nd/07356...