TL;DR: The Importance of Following the WordPress Coding Standards

Sounds boring, right? Maybe.

But how many times have you inherited code from someone else only to find yourself spending half the time on the project trying to figure out what was going on with the code.

This is a point of frustration that developers have all felt at some point or another especially when inheriting projects from another agency or another group of programmers.

But it doesn’t have to be this way! In fact, coding standards make it possible to actually minimize frustration both for us and our peers.

We’re going to talk about:

  • why coding standards are important
  • why you should be using them
  • the dangers of not using them
  • how they contribute to the maintainability of your code over time

Additionally, we’ll take a look at some of the WordPress Coding Standards, important pages for reference, and talk about why these should be a standard part of any WordPress development project.

Speaker