Forgot your password?
typodupeerror
Python

Open-Source Python Code Shows Lowest Defect Density 187

cold fjord sends news that a study by Coverity has found open-source Python code to contain a lower defect density than any other language. "The 2012 Scan Report found an average defect density of .69 for open source software projects that leverage the Coverity Scan service, as compared to the accepted industry standard defect density for good quality software of 1.0. Python's defect density of .005 significantly surpasses this standard, and introduces a new level of quality for open source software. To date, the Coverity Scan service has analyzed nearly 400,000 lines of Python code and identified 996 new defects — 860 of which have been fixed by the Python community."

Comment Re:a bit of latency (Score 1) 535

I didn't mean to imply that it was technically impossible. I should have specified: they would also alienate a lot of current developers. I can see many hobbyists in the midst of their independent programming projects hearing the news that the official language was changed... "I have to learn a totally new framework now and convert all my existing code? Screw this platform, I'm going to iOS/Winmo/BB!"

Slashdot Top Deals

I cannot believe that God plays dice with the cosmos. -- Albert Einstein, on the randomness of quantum mechanics

Working...