Closed ratanparai closed 6 years ago
@kajal-alpha: If you are using Visual Studio
as your IDE
then you can use SonarLint plugin for detecting potential code issues
Hi @ratanparai, I'm using SonarLint now and it's working well.
That's great 👍 . SonarLint
help you to follow good coding practice and potential problems. It is one of the best Static Code Analyser
I found so far. I hope it will help you to write better code.
Do not keep commented out code. If you do not want/need this code then remove it.