Showing posts with label static code analysis. Show all posts
Showing posts with label static code analysis. Show all posts
Friday, November 23, 2012
Comparison of Python Web frameworks by code complexity
I keep meaning to do something meaningful about code complexity analysis, too.
Saturday, November 3, 2012
Spaghetti? Or just Big?
Here's a thoughtful article about why spaghetti code is harmful (it's too hard to understand all at once) but pointing out that spaghetti is only one way that code can become humanly impossible. Big Code is the underlying problem: code that has gone beyond some threshold complexity that is maintainable.
It makes you want to get back to work on AI.
On that note, here's a link dump on static code analysis:
It makes you want to get back to work on AI.
On that note, here's a link dump on static code analysis:
- Carmack likes it.
- Microsoft has /analyze in their IDE.
- Clang does it.
- CPPcheck is good for C++, apparently.
Sunday, December 25, 2011
Subscribe to:
Posts (Atom)