Any bad patterns we can find with static analyzing

Terry Reedy tjreedy at udel.edu
Mon Aug 5 10:40:40 EDT 2019


On 8/5/2019 8:11 AM, Batuhan Taskaya wrote:
> I am developing a project called Inspector Tiger (from monty python
> :)) and with that project i am trying to perform a static check over
> the source code to find common mistakes. If you know a common mistaken
> pattern, it would be really great to share it with me or implement it
> and PR to inspector tiger.
> 
> Source: https://github.com/thg-consulting/inspectortiger

Read the Python FAQ and search for documents with things like 'Python 
gotchas' or 'Python warts'.  You can also find threads here and on 
Stackoverflow where the gist of a problem is using bad patterns.


-- 
Terry Jan Reedy




More information about the Python-list mailing list