|
To a degree, I concur. What it looks like you’re doing here is reinventing your own plugin infrastructure for WP, and I don’t think you are learning anything that you wouldn’t learn by writing your own plugins using the Plugin API. A big part of programming is learning to work with existing API’s and leverage them to suit your needs, constantly rewriting what is already written (although not written by your own hand) is going to wear you out.
|