Enforce defaultdict
usage
#1084
Labels
help wanted
Extra attention is needed
level:starter
Good for newcomers
rule request
Adding a new rule
Milestone
Rule request
Thesis
Currently one can write this code:
It is an anti-pattern.
One should instead use
defaultdict
:Related: https://docs.quantifiedcode.com/python-anti-patterns/correctness/not_using_defaultdict.html
This belong to refactoring group.
The text was updated successfully, but these errors were encountered: