4 lines
244 B
Plaintext
4 lines
244 B
Plaintext
== How to fix it
|
|
|
|
Remove the unnecesarry assignment, then test the code to make sure that the right-hand side of a given assignment had no side effects (e.g. a method that writes certain data to a file and returns the number of written bytes).
|