Ribbit-Network / ribbit-network-frog-software

The software for the Ribbit Network Frog Sensor
https://www.ribbitnetwork.org/
MIT License
9 stars 8 forks source link

ribbit.config: Simplify the external API #23

Closed damz closed 1 year ago

damz commented 1 year ago

What?

Simplify the external API of the config system. There is no reason to force consumers to use constants directly.

How?

Instead of asking consumers to use the DOMAIN_LOCAL, DOMAIN_REMOTE and DOMAIN_LOCAL_OVERRIDE constants, implement corresponding set(), set_remote() and set_override() methods.