Skip to content

Contribution guide

garmoshka-mo edited this page Jan 19, 2016 · 8 revisions

Prototype has pretty limited abilities. Though it already simplifies async code a lot and looks like a great potential!

In ToDo list we have plan of things to do to get mo-sequencer usable with any js construction.

Small contribution guide:

What we try to achieve - is to create "coordinate system" for async programming which is simple for people. Let's do our work in a same way:

  • there should be some simple system of coordinates - to understand each other easily
  • it should be intuitive = close to principles which people use in casual communication

Desirable:

  • give clear function and variable names, which explains sense
  • try to put not more than 100 lines per file and 20 lines per function
  • use camelCase (it's just common for js)
Clone this wiki locally