In my talk for this year’s WordCamp Atlanta, I’m going to be talking about namespaces and autoloading in WordPress.

When I don’t yet have the images I want for my presentation, I use stock photos.
While working on my presentation:
- I’ve been working on a project for someone in which I’m writing an autoloader from scratch,
- I’m talking with other developers about their preferences with writing autoloaders,
- I’m looking at open-source projects to see how others are writing autoloaders.
All of this is primarily done to see how, if it isn’t obvious, others implement namespaces and autoloading in their projects. What’s interesting is that there seem to be three main ways in which people go about doing it.