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.
- Host: GitHub
- URL: https://github.com/petervanderdoes/coding-standards
- Owner: petervanderdoes
- License: other
- Created: 2016-03-23T16:25:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T00:15:42.000Z (almost 10 years ago)
- Last Synced: 2025-01-25T10:41:13.545Z (over 1 year ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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