Coding Standards – a work in progress
“We endeavor to write well-functioning and elegant code which is both readable and maintainable in the long term.” 1) Style 1.1 – Use PSR-12 for all code styles in PHP, and set your IDE to test and format automatically following the PSR-12 standards. If we are all on the same page with the style standard,…