The Evolution of WordPress Software Development at WordCamp Europe 2015

Update: the video of the presentation is now available on WordPress.tv:

My WordCamp Europe 2015 talk on The Evolution of WordPress Software Development:

When you start to use WordPress as an application platform, one thing is very soon clear: WordPress defines very little base structure for your application code, where to put and how to write tests, how application is loaded, or for example how dependencies should be managed. Because of this, applications or just complex sites built on top of WordPress tend to get really messy.

There are application frameworks built on top of WordPress, but none of them seem to have wide enough use for to build any serious applications on top of. Until any of those gets wide-spread adoption, combining existing, non-WordPress specific PHP technologies as a custom solution probably is a more future-proof solution. We will be looking into one possible stack of technologies.

Here are the slides of the presentation:

You can read about our approach in more detail in a three part series of posts: