Design question: why separating write_current_state
and all the other save_state
#85
Labels
question
Further information is requested
It is great to have a restore session upon loading (though I am still trying to make it work 🤣 but that's on me...).
I have a question though: why decoupling the
write_current_state
from the othersave_state
function? i.e., I could expect that the periodic save would take care of the write_current_state because that's the closest thing to complement a restore upon restart. Also, I'm not super clear why the write_current_state requires atype
parameter when the documentation indicates that it expects aworkspace
?Going a bit deeper, it is clear that the example give to act on event would require to add
to complement the
As well when creating a new workspace, it should be modified with
Do let me know if I'm wrong please, it'll help me getting my understanding right.
The text was updated successfully, but these errors were encountered: