Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #33640 > unrolled thread
| Started by | Andriy Kornatskyy <andriy.kornatskyy@live.com> |
|---|---|
| First post | 2012-11-20 20:41 +0300 |
| Last post | 2012-11-20 20:41 +0300 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Web Frameworks Excessive Complexity Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-11-20 20:41 +0300
| From | Andriy Kornatskyy <andriy.kornatskyy@live.com> |
|---|---|
| Date | 2012-11-20 20:41 +0300 |
| Subject | Web Frameworks Excessive Complexity |
| Message-ID | <mailman.74.1353433311.29569.python-list@python.org> |
Cyclomatic (or conditional) complexity is a metric used to indicate the complexity of a source code. Excessive complexity is something that is beyond recommended level of 10 (threshold that points to the fact the source code is too complex and refactoring is suggested). Here is a list of web frameworks examined: bottle, cherrypy, circuits, django, flask, pyramid, pysi, tornado, turbogears, web.py, web2py and wheezy.web. You can read more here: http://mindref.blogspot.com/2012/11/python-web-excessive-complexity.html Thanks. Comments or suggestions are welcome. Andriy Kornatskyy
Back to top | Article view | comp.lang.python
csiph-web