Convert SleeperProperties to an immutable model
Open
core-module
- Dominant language
- Java
- Stars
- 107
- Forks
- 29
- Avg merge
- 19h 46m
- Merged PRs (30d)
- 141
Description
Most of the models within Sleeper use a builder to separate the mutable parts and keep the main model immutable. This is to avoid a source of bugs, and to make it simpler to work with. We'd like a similar solution for SleeperProperties. We could still use Properties to instantiate it, but we could copy all the values to an immutable map.
Contributor guide
Assessment
This issue has not been assessed yet.