Simplifying assignment operators operation with same variable in left and right hand side of assignment #3391
Labels
Checkers
Related to a checker
Enhancement ✨
Improvement to a component
Good first issue
Friendly and approachable by new contributors
Hacktoberfest
Help wanted 🙏
Outside help would be appreciated, good for new contributors
Needs PR
This issue is accepted, sufficiently specified and now needs an implementation
Milestone
It'll be great to have check which will suggest to simplify assignment operators, like "value = value + 1" to "value += 1".
The text was updated successfully, but these errors were encountered: