Hi Vijay, I would like to give a talk on "*Measuring Cyclomatic complexity in Python* ".
*A brief intro to cyclomatic complexity:* 1) This is a topic related to Python code quality 2 ) Cyclomatic Complexity is basically the measure of how complicated a unit of code is - it counts all the independent paths through a unit of code to produce a unique score. Obviously a function that has a very high cyclomatic complexity score (say 100) needs to be refactored. *Some basic reference material that would be useful to attend this talk:* 1)What is cyclomatic complexity: http://www.tutorialspoint.com/software_testing_dictionary/cyclomatic_complexity.htm 2)Example for cyclomatic complexity http://blog.codeclimate.com/blog/2013/12/12/the-roots-of-static-analysis/ Rgds, ashok On Wed, Aug 17, 2016 at 10:06 PM, Vijay Kumar <vijayku...@bravegnu.org> wrote: > Hi Everyone, > The next meetup is on the 27th of this month. If you are interested in > doing a talk (max 20min), please send in a talk title and talk description. > > Regards, > Vijay > _______________________________________________ > Chennaipy mailing list > Chennaipy@python.org > https://mail.python.org/mailman/listinfo/chennaipy >
_______________________________________________ Chennaipy mailing list Chennaipy@python.org https://mail.python.org/mailman/listinfo/chennaipy