A quick post to mention I’ve added a portfolio page to my blog with some of the sites I’ve worked on in my current job at Five by Five.
The coding style guide I’ve put in place at work to enhance the quality, legibility and maintainability of the code produced by my team. Based heavily on the CakePHP Coding Standards, with a few additional guidelines I’ve found important.
A list of 10 things to help improve the quality of yours and your team’s code, such as sticking to a coding style guide, testing, commenting your code, adding commit messages, staying DRY, performance and security, being MVC strict, keeping track of your time and making use of your down time.