monterail / guidelines

[DEPRECATED] We are Ruby on Rails experts from Poland. Think hussars. Solid & winged. These are our guidelines.
71 stars 17 forks source link

Code style #223

Open jandudulski opened 9 years ago

jandudulski commented 9 years ago

Quite often we issue during code review problems with code style but I don't see here, at least in one place, grouped all accepted rules. I think we should agree on code style rules for at least:

If you have any proposals please post in comment. I believe we don't need to write rules on our own but just apply to single available on the net and just link. But if you have different preferences please prepare gist file, when we agree on final set I will prepare pull request.

@monterail/dev @monterail/frontend

jandudulski commented 9 years ago

My proposal for coffee script - https://github.com/polarmobile/coffeescript-style-guide

sirpeas commented 9 years ago

Quite good rules for sass/scss http://sass-guidelin.es/ but with naming I would like to stay with BEM https://bem.info/

If we dont want to agree with all rules which are wrote there, we can just simply pick that are good one for us.