You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 23, 2024. It is now read-only.
Static analysis tools such as Java's CheckStyle and C#'s StyleCop can enforce code documentation for classes, methods and fields. I would like our client-side code documentation to be as comprehensive as our server-side. Would it be possible for JSCS to have a rule that says "you must document [method|class|field] x"?
Static analysis tools such as Java's CheckStyle and C#'s StyleCop can enforce code documentation for classes, methods and fields. I would like our client-side code documentation to be as comprehensive as our server-side. Would it be possible for JSCS to have a rule that says "you must document [method|class|field] x"?