kisstkondoros / codemetrics

VSCode extension which shows the complexity information for TypeScript class members
Other
404 stars 20 forks source link

Support for Cognitive Complexity #96

Closed hinogi closed 1 year ago

hinogi commented 3 years ago

I'm referring to this article https://blog.sonarsource.com/cognitive-complexity-because-testability-understandability regarding the terminology. I think this rating of complexity serves better for a lot of developers.

kisstkondoros commented 3 years ago

I was thinking about introducing a profile mechanism. Maybe when I get to it, this would be also addressed then...

Thanks for opening an issue and the link to this article.

sschneider-ihre-pvs commented 3 years ago

https://www.youtube.com/watch?v=el9OKGrqU6o

kisstkondoros commented 1 year ago

I have no plans to change the complexity computation, sorry.