The other day, I was talking with a friend, Toby, about the lack of inactivity I have on GitHub. Specifically, I have a lot of private repositories, and I have a lot of secret gists. There’s a method to all of this that I follow, though:
- private repositories are typically dedicated to client projects or projects that I don’t think are ready for others to use yet (for the sake of the overhead in managing it),
- gists are strictly for sharing code snippets on this blog, and that’s it,
- open-source WordPress libraries are occasionally there but have become quite dated,
But during the conversation, I came to the realization that I have a lot of small classes, plugins, utilities, functions, helpers, etc. related to WordPress development or JavaScript that I’ve never really put on GitHub.

Much of what I currently have is out-of-date.
That is, I don’t really open-source my WordPress libraries. I have reasons for this all, but the bottom-line is that I want to change that.
Continue reading