The Importance of Code Review

Bruno Skvorc wrote a very nice introductory article on why code review is important.

Every developer knows the pain of banal mistakes. A wrong attribute here, a misspelled property there, an accidentally duplicated line of code which you missed because of the coffee-fueled 16 hour hackathon you’ve been on.

TL/DR
Code review is important

PHP Composer Package Manager 101

Philip Sturgeon the daddy of Pyrocms and godfather of FuelPHP and Codeigniter wrote a nice introductory article on nettuts regarding Composer (an alternative PHP package manager).


Let’s face it: PHP has had a rocky history with package management, and as a result, it is pretty rare to find a developer who actively uses systems like PEAR. Instead, most developers have chosen their favorite framework, which has code specifically written for it to handle various things, like DB interaction, ORM's, OAuth, Amazon S3 integration, etc.

Key Principles of Maintainable JavaScript

If you ever wondered how to make your JavaScript code a bit more manageable this is the article for you to read.
Lightweight and with nice beginner level information.

Tags: 
Subscribe to