Would it not be good to have a check for not used variables ?
If you work with a code for a long time then you often skip some code and then some unused variables will be left, taking up unnessecery memory. Or are there a reason for not having this check ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Would it not be good to have a check for not used variables ?
If you work with a code for a long time then you often skip some code and then some unused variables will be left, taking up unnessecery memory. Or are there a reason for not having this check ?