An open API service indexing awesome lists of open source software.

https://github.com/petervanderdoes/coding-standards

The coding standards used for AVH projects.
https://github.com/petervanderdoes/coding-standards

Last synced: about 1 month ago
JSON representation

The coding standards used for AVH projects.

Awesome Lists containing this project

README

          

## AVH Coding Standards

### Coding Standards

#### PHP
The [PSR-1](http://www.php-fig.org/psr/psr-1/)/[PSR-2](http://www.php-fig.org/psr/psr-2/) coding standards are followed with the following exceptions:
* Variables follow snake_standard

#### Javascript
Javascript follows the [AirBnB](https://github.com/airbnb/javascript) coding standard.

We use ESLint for Javascript Linting