Are there any empirical studies on the effect of different languages on software quality?
Posted
by
jgre
on Programmers
See other posts from Programmers
or by jgre
Published on 2011-08-04T17:01:31Z
Indexed on
2011/11/16
2:08 UTC
Read the original article
Hit count: 501
functional-programming
|comparison
|dynamic-typing
|static-typing
|imperative-languages
The proponents of functional programming languages assert that functional programming makes it easier to reason about code. Those in favor of statically typed languages say that their compilers catch enough errors to make up for the additional complexity of type systems. But everything I read on these topics is based on rational argument, not on empirical data.
Are there any empirical studies on what effects the different categories of programming languages have on defect rates or other quality metrics?
(The answers to this question seem to indicate that there are no such studies, at least not for the dynamic vs. static debate)
© Programmers or respective owner