kittsville / WP-Librarian

WP-Librarian is an inventory management WordPress plugin for keeping track of books and media
GNU General Public License v3.0
4 stars 1 forks source link

Merge helper classes into main class library #45

Closed kittsville closed 9 years ago

kittsville commented 9 years ago

The classes currently in the helper folder are identical to the library classes. I would think of the helper classes as for classes that can be used between projects. Such as the Dev Kit's ISBNdb class.

While the settings class for registering settings sections could be made a helper that would be a separate issue.

I propose merging the helper classes directory into the library (lib) directory. When a class is actually re-usable between projects the helper folder and relevant main class method can be easily re-added.