Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 361 Bytes

TODOS.md

File metadata and controls

5 lines (5 loc) · 361 Bytes
  • figuring out how to store schemas
  • make your own schema constructor??
  • think about event driven pattern and various events
  • Debouncing is cool, but what if the program crashes in between. how do we restore the saved data which wasn't actually stored?
  • Maybe we should not debounce for metadata, since there will be not that much amount of writes in that?