Description
Prefer using where clauses over a single if statement to filter items inside a for loop. Using where clauses results in more readable and expressive code.
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/nerfs/issue/SW-R1005/occurrences/
Description
Prefer using where clauses over a single if statement to filter items inside a for loop. Using where clauses results in more readable and expressive code.
Occurrences
There are 2 occurrences of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/nerfs/issue/SW-R1005/occurrences/