You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# G-2135: Avoid assigning values to local variables that are not used by a subsequent statement.
2
+
3
+
!!! warning "Major"
4
+
Efficiency, Maintainability, Testability
5
+
6
+
## Reason
7
+
8
+
Expending resources calculating and assigning values to a local variable and never use the value subsequently is at best a waste, at worst indicative of a mistake that leads to a bug.
0 commit comments