bradyvercher / gistpress

WordPress plugin to add Gist oEmbed and shortcode support with caching.
GNU General Public License v2.0
143 stars 28 forks source link

Refactor render() method #14

Closed GaryJones closed 11 years ago

GaryJones commented 11 years ago

The debug bar panel class render() method does too much.

It:

That is far too much responsibility for one method and couldn't easily be unit tested. It should be split into smaller methods, with render() pretty much making calls to those other methods.

GaryJones commented 11 years ago

Fixed in https://github.com/bradyvercher/wp-blazer-six-gist-oembed/commit/4522f13cbdead4c2481896602a045d97dc0ad261.