Pops wrote:
In JS, we already have a few pseudo-standard nomemclature, for example
a popular patten of starting functions with a lowercase letter:
function initProcess()
I personally prefer using capitalized words for processes/functions
and lower case words for data.
Anyway, is there some "official docs" or BCP (Best Current Practice)
you know off that touches base with this?
It helps because for a product like jQuery, and the fast growng list
of plug-ins, it helps to have a standard nomenclature that helps the
code reading process.
Please note: Based on experience, this can become a hotly debated
issue since we are talking about personal styles one may have. Even
then, a recommendation of some sought would be welcomed.
Thanks
I do not follow all of it - on the other hand I do not know of anything
similiar:
http://javascript.crockford.com/code.html
(Crockford of course)
--Klaus