gchq / gchq/sleeper

Convert SleeperProperties to an immutable model

Open
#568 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.