Follow Slashdot stories on Twitter

 



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:you've got to be kidding me (Score 1) 71

Vim? Joining 10 tables is a ballache in terms of typing, but it's not actually /hard/ - any more than writing a function with 10 statements is hard. You just need to step away from the ORM long enough to realise that actually relational databases are perfectly logical and easy (well, as easy as any other programming) despite what various frameworks have screamed at you for years.

Comment Re:Or (Score 1) 248

You wouldn't, and that's the problem I have with most of the "go back to the good old days!" posts. That only works if the cost of hosting the site is cheap enough to fall in to a person's "hobby-level expenditure". Anything even remotely popular is going to cost orders of magnitude more than that; that requires either direct payment, corporate ownership, or corporate sponsorship - the most common form of which is advertising.

Slashdot Top Deals

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...