On 1/12/2019 7:51 AM, Andrei Alexandrescu wrote:
https://youtube.com/watch?v=tcyb1lpEHm0

One major takeaway is that the bugs/line are the same regardless of the language used. This means that languages that enable more expression in fewer lines of code result in fewer bugs for the same functionality.

Another way to look at that is when refactoring code, look for ways of reducing the line count.

It does not mean deleting comment lines, or putting several statements on one line. :-)

Reply via email to