tavurth / gme-terminal

GME and other stocks investor holdings
MIT License
46 stars 4 forks source link

Currently I'm saving the config as a file #2

Open tavurth opened 3 years ago

tavurth commented 3 years ago

Which I load whenever I need it.

This is fast enough for a MVP, but we'd probably want to have a config controller node with signals that can be listened to in other sub-nodes.

tavurth commented 3 years ago

I'm moving this to a singleton so that I can load it once at runtime and save when it's updated.

Globals.config