Suor / flaws

Finds flaws in your python code
BSD 2-Clause "Simplified" License
39 stars 3 forks source link

Update README #3

Open Suor opened 8 years ago

Suor commented 8 years ago
arpit1997 commented 8 years ago

@Suor I appreciate the efforts made on this project. I don't think that this tool is really needed for development. I mean the default compiler of python can do these things. I use sublime text which can easily do things like unused import statements, undeclared vars and blah blah blah. and If we need any fancy IDE then we can use the Jetbrains Family pycharm . One more thing No Offense the project might be good but it is just my opinion. :smile_cat: :smile_cat:

Suor commented 8 years ago

As far as I know no tool currently makes global usage analysis. And besides this is only base, the main feature will be rule DSL via code pattern matching.