Autoloading, coding standards and file structure in WordPress plugin development
A nice intro to autoloading, part of a nice series on "modern PHP in WordPress plugins". π
@marcuskober Kudos on the series so far, I like where you're going with this, I think it will prove very useful to folks getting started with WordPress plugin development!
I'm curious if you're thinking on covering Composer packages and how to use them in WordPress plugins in one of the upcoming posts in the series? That's something that bugged us for a while when developing our different plugins at Automattic, and one of the reasons we ended up building a custom autoloader. I'd be curious to read different takes on that problem, and maybe different approaches to solve that issue!