Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsaraira authored Oct 22, 2023
1 parent 1969544 commit 864100d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# constant-containers
[![Java CI with Gradle](https://github.com/mrsaraira/constant-containers/actions/workflows/gradle.yml/badge.svg)](https://github.com/mrsaraira/constant-containers/actions/workflows/gradle.yml)

Flexible generic data structure for storing immutable constant values, which can replace enums for more complex usages.
Flexible generic data structure for storing immutable constant values, which can enhance enums for more complex usages.

The idea is to have enum-like containers to store constants but with a more flexible data structure and operations on the containers and the stored constants.
For example, you might want to have one-to-many data relations between the constants, or one-many-one or you could have a simple (one-to-one) enumeration and a single powerful util to operate the containers and constants.
Expand Down

0 comments on commit 864100d

Please sign in to comment.