Title: Message Title
Greg Jopa commented on an issue
Mojo's _javascript_ Tools / Bug MJS-50
sonar-_javascript_: function naming convention check throws error for classes
In _javascript_, it's common to define a Class with a capital letter. For example:

function Person() { }
var person1 = new Person();
var person2 = new Person();

(source: https://developer.mozilla.org/en-US/docs/Web/_javascript_/Introduction_to_Object-Oriented_JavaScript)

Note that the class name starts with a capital letter which is considered bes...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to