When a team works on a project, it is important to define rules and coding styles. By doing do, you allow anyone to code happily with one another.
Rules are made so that there will be no fight about things like:
- the identation method (spaces vs tabs)
- the space between
if
and the(condition)
- the way variables are named
- and so on...
So here we go ! Short and not so short descriptions, how-to's, rules and tools used by the Leka team.
Before starting coding with Leka, you must know how to use git
in an efficient and elegant way.
We use git
the same way Vincent Driessen does, so we urge you to read his beautiful and Successful Git branchin model.
If you want to work with us, prepare to be tested on the subject! ;)
One does not simply start coding with Leka.
To make sure basic rules like tabs
are followed, we've made an .editorconfig
that you can download here.
Or
From experience and preference, we've bring those rules to your acquaintance:
At Leka we use markdown for pretty much everything. Its simplicity and beauty combined with the power of pandoc
makes the perfect productivity tool.