In this series, I’ve been talking a little bit about how to simplify the code that we write by breaking it down into more modular components, and I’ve been doing so in the context of WordPress meta boxes.
To be clear, the point of this series is not simply to walk through how to keep the logic organized that goes into meta boxes, but to talk about the various parts that go into making up a component of a WordPress projects and how we can approach them through the their specialized areas of concern, and the how and why it’s important to do this.
In the previous post, I mentioned:
- The Server-Side Logic
- The Presentation Logic
And then I asked about how we actually go about representing the data. In this post, we’ll do exactly that.
