TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Which Languages Are Bug Prone

3 pointsby geospeckover 7 years ago

2 comments

Veedracover 7 years ago
Dan Luu did a review of a lot of the literature at the time, and included a short analysis of this paper.<p><a href="https:&#x2F;&#x2F;danluu.com&#x2F;empirical-pl&#x2F;#a-large-scale-study-of-programming-languages-and-code-quality-in-github-ray-b-posnett-d-filkov-v-devanbu-p-http-dl-acm-org-citation-cfm-id-2635922" rel="nofollow">https:&#x2F;&#x2F;danluu.com&#x2F;empirical-pl&#x2F;#a-large-scale-study-of-prog...</a><p>This review ends with a harsh but fair assessment.<p>&gt; The authors of the paper repeatedly run into what Pinker calls the igon value problem. The authors appear to not understand the subject they’re studying well enough to even say what it is they’re studying.<p>If you&#x27;re interested in actual research, I personally think this other study seems to be OK.<p><a href="http:&#x2F;&#x2F;ttendency.cs.ucl.ac.uk&#x2F;projects&#x2F;type_study&#x2F;documents&#x2F;type_study.pdf" rel="nofollow">http:&#x2F;&#x2F;ttendency.cs.ucl.ac.uk&#x2F;projects&#x2F;type_study&#x2F;documents&#x2F;...</a>
abakusover 7 years ago
I have no problem with the methodology and results of this article, but I think conclusion that &quot;functional languages are better than procedural languages; ...&quot; only applies to bugs; in reality the choices of programming languages are determined by many factors, bug-proneness is not even the most important thing to consider.