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 shortcode() method #20

Closed GaryJones closed 11 years ago

GaryJones commented 11 years ago

The shortcode() method currently does too much.

It:

A few of these should be split into their own logical methods.

GaryJones commented 11 years ago

Closing as fixed for now, since https://github.com/bradyvercher/wp-blazer-six-gist-oembed/commit/ca63f2eb0d5bfcfdf061cbdde1c26a7eade06e91 pulls out the more obvious substantial bits into new methods.