Closed drieseng closed 6 years ago
Declare out variables inline, and use discards when we do not need the value.
Let me know if you prefer to use out var.
Our guidelines are to use var everywhere that it's possible/feasible.
Should be ok now. Sorry for the commit/merge mess.
Declare out variables inline, and use discards when we do not need the value.