-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Most of the time when you load the sfXXX objects, it creates it at the same time time, so on the D end the object won't be created until you try to load it and if you want to reload it from different data, it has to delete and recreate.. I'd like to change this to having one method for actually creating the object, and then have the loadFrom functions return bools and not new objects.