Misleading Code Coverage Reports for Switch Statements

I was recently investigating the code coverage of the map_meta_cap() function in WordPress’ core unit test suite — particularly the large switch statement contained within the function. I was surprised to see that the coverage was higher than I was expecting, because I know for a fact that several meta capabilities aren’t tested. It turns out …

Git changelog generator

When I’m preparing a new release of one of my plugins, its Git commit history is a great starting point to use when writing the changelog. Rather than dealing with a bunch of parameters in git log, I use a simple Git alias which generates a plain list of the commit messages between the previous tag and the current HEAD. …

My Sublime Text 3 Packages

Update August 2018: I use Code now. Blog posts like these (the latest of which is Dominik Schilling’s) have helped me find packages in the past, so I thought it was time I published my own. I use Sublime Text 3 for the same reason as Dominik. It’s exceptionally fast. One day I will inevitably switch …

SublimeCodeIntel in Sublime Text 3

Update: Forget about SublimeCodeIntel and use the new CodeComplice package instead. There is now a Sublime Text 3 compatible version of SublimeCodeIntel, thanks to the hard work of Germán M. Bravo (aka Kronuz). I had a job getting it to correctly index my project files though. I’m posting here what I did, in the hopes it’ll help …

WordPress Contributors on a World Map

As a fun data visualisation experiment – and as a way to practice my new found interest in Node.js – I decided to plot on a map of the world all the people who contributed to the recent release of WordPress 3.6. The map can be seen further down, but first a brief description of how I …

A History of WordPress Contributors

I thought I’d run some stats on WordPress contributors over the years. The only contributor stats I have are the ones published in each release announcement on wordpress.org, so I’ve put these stats together myself from those lists. Unfortunately the release announcements have only listed the contributors since version 2.9 (June 2009). If anyone wants …