You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a search of all the Github projects mentioning night-config, I've found that the only occurrences of config.valueMap() are for iterating on the config entries, keys or values. There are much simpler ways of providing iterations on entries, keys or values, therefore I could ditch valueMap. Since on-the-go conversion seems to be unused too, its dependencies like TransformingMap can be removed to make the library lighter.
TransformingMap and ConversionTable:
At the very least they should be moved to another module.
The text was updated successfully, but these errors were encountered:
After a search of all the Github projects mentioning night-config, I've found that the only occurrences of
config.valueMap()
are for iterating on the config entries, keys or values. There are much simpler ways of providing iterations on entries, keys or values, therefore I could ditchvalueMap
. Since on-the-go conversion seems to be unused too, its dependencies likeTransformingMap
can be removed to make the library lighter.At the very least they should be moved to another module.
The text was updated successfully, but these errors were encountered: