Most Trusted Web Dewelopment Framworks

Most Trusted Web Dewelopment Framworks
Larry L. Johnson

Efficient comments — comments are only written on parts that require extra explanation and not because the code is written poorly. Good naming — naming variables and functions follows the general and standard guidelines defined for a programming language or framework. Writing simple and effective functions — each function/method does only one thing. Exception handling — anticipate every possible exception with appropriate handling.