Re: First group project

On Jan 3, 2013 8:06 AM, "Marcos Caceres" <marcos@marcosc.com> wrote:
>
>
>
>
> 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?

I'd like to suggest that the readme should be the first thing to work
on...let's get a clear definition of the goals, api, intended use, etc -
else this will be a mess.

Further, that will likely allow us to share/get interest.

Let's also include a link back to the group itself in there or at least
prollyfill.org.

Received on Thursday, 3 January 2013 13:13:16 UTC