Th0rstenf / Rocksniffer-to-Streamer.bot-extension

A set of streamerbot actions interacting with the Rocksmith RSSniffer
MIT License
6 stars 1 forks source link

Use a config file record similar as what is in Mock #85

Closed kozaka-tv closed 1 year ago

kozaka-tv commented 1 year ago

I think it would be a good idea, to have a similar Config record (or even to move the one from Mock to Program) for all the config values.

Then the Init code part could be more simple (without all the logs and co).

Later, if it will be implemented, #84 could be done with ease.

Th0rstenf commented 1 year ago

Please don't move things to backlog before they're agreed on. It's not even clear what exactly your goal is and what it's trying to achieve.

We will most likely not use a config file at all. We could however add an abstraction for getting/setting a global var that includes the log. This would serve the same purpose