Classes do not need #load only #save
Closed this issue · 1 comments
RavensKrag commented
All classes should attempt to load from disk on #initialize, and generate new content if there is nothing on disk.
RavensKrag commented
This can not be done, as there would be no way to initialize new objects for the loaded data to go into, unless you combine load logic with initialization logic.
Issue deemed invalid. Closed.