Paul Clark
Paul Clark
I use FireBug + [FirePHP](http://www.firephp.org/) for this. It lets you analyze any var, object, or array with `FB::log( $var, 'label' );` There's a [FirePHP plugin](http://wordpress.org/plugins/wp-firephp/) for WordPress. I use an...
I'd be happy with `git-updates` or `git-updates-for-wordpress`. `wordpress-git-updater` sounds nice, but I do find it a bit annoying when plugins all end up in the "W" section because so many...
I think I understand the value of being able to use a non-WP unit testing framework (simplicity?). At the same time, I do like objects to be able to operate...
I understand the concept and have seen the pattern before. Much of what you described is personal preference; how you like constructors to behave. There's nothing wrong with that — ...