JSH318942: Define uppercase constructors

This option requires you to capitalize names of constructor functions. Capitalizing functions that are intended to be used with new operator is just a convention that helps programmers to visually distinguish constructor functions from other types of functions to help spot mistakes when using this. (JSHint option 'newcap')

TypeName: DefineUppercaseConstructors
CheckId: JSH318942
Severity: Warning
Type: JavaScriptFile
Links

comments powered by Disqus