eeverman / eeverman/andhow

KeyValuePairLoader should store values as KVPs

Open
#505 0 comments 0 reactions 0 assignees View on GitHub
API Change enhancement
Dominant language
Java
Stars
25
Forks
34
PR merge metrics
No merged PRs in 30d

Description

Currently stores values as a list of strings that contain the key, value and a delimiter. Better reusability if we just store KVPs and let implementations determine how to get to that point. This class should probably be abstract and require instances to supply the delimiter. Delimiter may be a list to support properties files, which I think take '=' or ':'.

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.