I'm going over my file loading and managing class for closure... hopefully gonna cut down the massive amounts of repeated code there with some templating.
Just redid a bit to get the blocks of code to all be the same except for one class type, while keeping the interface to the class the same. So, some easy templating and this should work pretty well.
Probably one of the first days where my work cuts down the number of lines of code in my project instead of adding to it.