Oafkad Posted April 28 Share Posted April 28 Alright, I didn't expect to do a bunch of coding today. But sometimes you get inspired and the changes just kind of flow in a beautiful way. I've now got three unique concepts for data storage. The keyed database, this acts like a very fancy serializable dictionary. The keyless database, this acts like a very fancy list with all the bells and whistles. Finally there is the catalog which acts like a read-only combination of the prior two sentences. I was able to remove between 1 and 2 hundred lines of code today. Without actually limiting myself in any appreciable way. As far as refactoring goes, this felt exceptionally productive. But now, my eyes are heavy and I want to make sure I get a good night's rest. So I'll leave you with a part of the commit for the night. Link to comment Share on other sites More sharing options...
Oafkad Posted April 28 Author Share Posted April 28 About the only negative is tomorrow I need to fill out a few SOs, luckily we only have debug assets currently so this won't take long. Link to comment Share on other sites More sharing options...
Recommended Posts