Code Smell 240 - Dead Store
TL;DR: Don't Assign and overwrite values
Problems
Readability
Dead Code
Inefficiency
Solutions
Remove the sentences that have no effect.
Context
The "dead store" code smell refers to a situation in programming where a variable is assigned a v...
maximilianocontieri.com2 min read