My Meeting C++ Keynote video is now available
Walter Bright
newshound2 at digitalmars.com
Sun Jan 13 04:04:14 UTC 2019
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. :-)
More information about the Digitalmars-d-announce
mailing list