OpenCodeFoundation / asset-manager

The Asset Manager is an Open Source Asset Management System. Asset Manager was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
http://asset-manager.azurewebsites.net
MIT License
32 stars 17 forks source link

remove commented out codes #3

Closed ratanparai closed 6 years ago

ratanparai commented 6 years ago

Do not keep commented out code. If you do not want/need this code then remove it.

ratanparai commented 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

aftabkajal commented 6 years ago

Hi @ratanparai, I'm using SonarLint now and it's working well.

ratanparai commented 6 years ago

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.