SonarLint : Unused local variables should be removed
If there are some variables that are usually used by the developers for debugging but later those variables are not used. Those variables should be removed since it is a dead code.It will improve the maintainability and other developers will not wond...
hashcodehub.hashnode.dev1 min read