Article about code density as a measure of programming language power

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2010-03-09T19:06:44Z Indexed on 2010/04/17 14:43 UTC
Read the original article Hit count: 216

Filed under:
|

I remember reading an article saying something like

"The number of bugs introduced doesn't vary much with different programming languages, but it depends pretty much on SLOC (source lines of code). So, using the programming language that can implement the same functions with smaller SLOC is preferable in terms of stability."

The author wanted to stress the advantages of using Functional Programming, as normally one can program with a smaller number of LOC. I remember the author cited a research paper about the irrelevance of choice of programming language and the number of bugs.

Is there anyone who knows the research paper or the article?

© Stack Overflow or respective owner

Related posts about programming-languages

Related posts about sloc