Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #33640 > unrolled thread

Web Frameworks Excessive Complexity

Started byAndriy Kornatskyy <andriy.kornatskyy@live.com>
First post2012-11-20 20:41 +0300
Last post2012-11-20 20:41 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Web Frameworks Excessive Complexity Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2012-11-20 20:41 +0300

#33640 — Web Frameworks Excessive Complexity

FromAndriy Kornatskyy <andriy.kornatskyy@live.com>
Date2012-11-20 20:41 +0300
SubjectWeb 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
 		 	   		  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web