Ask HN: Which coding guidelines do you use?
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
7 comments
[ 2.5 ms ] story [ 28.6 ms ] threadGo fmt all the things
try { ... } catch {}
Seems a bit radical, but hey, who am I to argue.