Programming environment for editing various of my live apps without restarting them.

save separate settings for each app

The way I'm doing it right now is inefficient:

  • all apps driver ever interacts with are saved in a single JSON file that can grow large.
  • the state of this potentially large JSON file remains in memory for the entire duration of any driver session.

To streamline things I'll need to stop using the usual settings file and instead load/save an app-specific settings file in on.load_settings and on.save_settings respectively.

Created by  Kartik K. Agaram  on January 2, 2023
VY24DRY6CZGUUURGPIYSL63HYTE22D573G5UX4MN55JORJ5GNW6AC
Change contents