I am looking for some automated process to achieve code review for JS, & C#
Is there any API available to do same? Basically, I would like certain static coding guidelines to be always followed i.e. Code without comment at Class or Method Level.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several options that you can go with:
Most of these will help with .NET (C# and VB.NET), but not with JS. For JS you may be able to use jsLint, though I don’t know how automateable that can be.