Tag Archives: code style

Style guide for golang project file structure

Highly recommended. It has a couple of odds like not explaining about /test dir (I assume, they wanted to say to put there only e2e and other integrational tests, not unit-test as the latter should be kept together with the code itself in files like …_test.go). But it’s awesome in general. https://github.com/golang-standards/project-layout

Сайт, посвящённый style guides для фронтендеров

http://styleguides.io/

AngularJS Styleguide

Тонна полезностей (best practices) по архитектуре AngularJS-приложения: https://github.com/johnpapa/angularjs-styleguide

PHP coding style

Описал часть своего code style для PHP. To be updated.

SQL coding style

Цель — стараться сделать код как можно более вертикально компактным, но читаемым.