On 11/2/19 1:44 PM, Muhammad Ali wrote:
Hi, I am CS Student currently working on my Project-Software Design Quality Analyzer so I want some help in this regard I want to compute Object-Oriented metrics and then have to detect various Object-Oriented Design smells. I want to know the list of python libraries that can be useful that I can use for this project. Any sort of help in this regard will be highly appreciated
to add to what Steven has said... be aware that object oriented programming is a concept, not an absolute. Python deals entirely in objects, and so is very object-oriented, but does not follow all of the same concepts the same way that other programming languages do. does this matter to you? what do you think makes up a code smell? do you care about this in a Python context, or are you just looking to use Python as the language to write your tool in and not worry about analyzing Python code? we really don't know anything yet...