HelixNetwork / pendulum

Pendulum is a distributed messaging protocol that enables globally available tamper proof timestamps :hourglass_flowing_sand:
https://dev.hlx.ai
Other
10 stars 6 forks source link

Configuration refactor #247

Closed dnck closed 4 years ago

dnck commented 4 years ago

Changes are detailed in the CHANGELOG.md file. This is a step toward adhering to clean-code best practices such as explicit variable names to indicate purpose and avoiding double-negatives in variable names. Additionally, the configuration implementation uses either a config file or command line variables. To make this easier on devops and deployment, we conform to a single variable style.