Reducing repetition in HTML templates

Don't Repeat Yourself (DRY) is an important principle in software development. Code repetition harms maintainability by making it difficult to keep behavior consistent across the application. »

Maximum Line Length

Many code standards recommend a maximum number of characters per line. This article explains why such a limit is desirable and looks into what the limit »

Why use a style guide?

Most medium and large software projects have a style guide to ensure different developers write code in a consistent way. Styles guides document coding conventions on »