Ask HN: Which coding guidelines do you use?

https://news.ycombinator.com/item?id=6171391
by dutchbrit • 13 years ago
4 7 13 years ago

Always interesting to see what code guidelines people use in what language.

Personally, I use the following for PHP: Basic Coding Standard: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md

Coding Style Guide: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md

Related Stories

Loading related stories...

Source preview

news.ycombinator.com