I was discussing with my colleagues the correct naming conventions for classes, variables and objects etc within ExtJS 4, but we all had differing views.
Is there an "official" stance on this?
|
I was discussing with my colleagues the correct naming conventions for classes, variables and objects etc within ExtJS 4, but we all had differing views. Is there an "official" stance on this? | ||||
|
feedback
|
|
I recently attended an Ext.js 4 training course (delivered by Sencha) and their advice was the following:
So Hugh is pretty much on the money | |||
|
feedback
|
|
Official, I'm not sure, but in my opinion..
| ||||
|
feedback
|
|
There absolutely is an official stance. It is outline in section 2 of the Class System guide. Here is the link: http://docs.sencha.com/ext-js/4-0/#!/guide/class_system | |||
|
feedback
|
|
It's preference, really. What Hugh said are good guidelines, but I actually prefer namespaces to be in ALL CAPS, but our apps have fairly short namespaces so it doesn't look ridiculous. | |||
|
feedback
|