Something wrong with cyclomatic complexity scores-- a class with many methods, each with a few if-blocks gets penalized like a single method with many if-blocks. Also looks like you get penalized for argument guards (if arg1 is None, raise, if arg 2 is None, raise) Feels wrong.
Post
June 9, 2018