Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "How to implement" to README #31

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

51-code
Copy link
Contributor

@51-code 51-code commented Jan 21, 2025

Added instructions on implementation to README. Similar to internal docs.

@51-code 51-code added the documentation Improvements or additions to documentation label Jan 21, 2025
@51-code 51-code requested a review from ronja-ui January 21, 2025 10:59
@51-code 51-code self-assigned this Jan 21, 2025
@@ -19,6 +19,12 @@ CNF-01 is a library that provides immutable configuration for Java projects. Imm
. command line arguments (`ArgsConfiguration`)
- Default configurations in case the provided configurations from a source are not found or are otherwise broken (`DefaultConfiguration`)

== A word about immutability

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use title case in headings

Follow these steps to implement CNF-01 in a Java project:

* Identify the object that has to use configurations.
* You can define an interface for the factory objects that create the configured objects:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants