Making it easier to develop solutions on top of Alfresco is a big focus for us. That includes us making it easier for new community members to learn the process. Internally we call it "developer ergonomics", and we hope you have started to see the results of these efforts and that our pace will accelerate.
Our general approach is to not mandating technology choices, platforms, languages, tooling or development processes and standards to third party developers. Unfortunately we have to make a few requirements in order to deal with the realities of the platform, but we are removing those limitations whenever possible.
However we agree that coding standards and conventions can help with code re-use and participation within the Alfresco community. We also agree that there should be a place for community members to formulate best practices and swap IDE specific tips.
Interestingly, our engineering team uses the wiki pages you mentioned as their style guide. We don't use any more detailed style guide internally.
"Certainly, it's terse, but it gets the main points across regarding the mechanics. Most of our coding standards are defined by the normal Java conventions linked from the first paragraph on our wiki page. We deviate from those in only a couple of small ways, which is why our page seems quite brief."
You make some good suggestions, so here is what I have done:
* Update the "Coding Standards" page with clarifications and other information from our internal conversations that were prompted by your post.
* Lock that page from external edits, since the content should be determined by the engineering team.
* Rename "3.0 JavaScript Code Standards" to "JavaScript Code Standards"
* Create a separate page for conversations around community coding standards. It is called "Community Coding Standards".
* Rather than defining standards in detail, perhaps it would be quicker and more useful to build a list of "best practice" examples of each relevant file type and packaging style. I'll start a place for a list on the wiki page.
I encourage everyone on this list to update the Community Coding Standards page with your suggestions and tips. That goes for all the wiki pages. The official documentation is produced by the engineering team, but anyone can edit the wiki and we hope that you do.
Thank you for raising the issue Peter. I look forward to continuing the discussion at DevCon.
Richard