The previous post demonstrates a lot of work in taking something that was once a rapid prototype and taking that prototype to code. If you haven’t been following along, we’ve done the following:
- talked about and built a prototype for a plugin,
- diagrammed out one object-oriented approach may work,
- and refactored our prototype to actual code.
At this point, there are a few more things we can do to improve our code. Namely, we can introduce the concept of namespaces. This takes the organization a step further and can pay dividends for larger projects.
So here’s a look at how this plays out in our current project.
