Re: First group project

On Thursday, January 3, 2013 at 11:59 AM, Brian Kardell wrote:

> Marcos, 
> You (now) have those permissions...go ahead and create.

Done :)
https://github.com/extensibleweb/webidl.js 

Ok, can I propose the ground rules: 

1. Pull requests only on main branch - no code integration without a code review. Reviewer commits. 

2. Coding conventions:

Google's style guide - http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

Plus "fixjsstyle" and optionally running http://jsbeautifier.org/  (or similar, suggestions welcome)

Lint using: 
/*jshint proto:false, devel:true, forin:true, noarg:true, noempty:true, eqeqeq:true, bitwise:false, strict:true, undef:true, unused:true, curly:true, browser:true, indent:4, maxerr:50 */

However, JSLint if you want. 

Personal branches are ok. 

New group members (James Jay, Caige Nichols, and Mat Scales). Will you guys also be contributing? 

Received on Thursday, 3 January 2013 13:06:32 UTC