-
-
Notifications
You must be signed in to change notification settings - Fork 212
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
Nested Properties #2
Comments
Not exactly same implementation as described in the issue, but I also find this implementation having some sense.
Not exactly same implementation as described in the issue, but I also find this implementation having some sense.
Any special reason this branch is not merged? This seems like such a huge improvement on the API. Can I help in any way (I really love this project btw...)? |
No special reason: need to understand and consider how this thing should work, and I was not fully convinced by the implementation |
It's a great feature. One that would help take this library from great to /Idan
|
It could be interesting to think about some structure (i.e. nesting)
So, to access barProp, the default key in the properties file would be
foo.bar.barProp
.Method invocation will then be
Foo.bar().barProp()
.Not sure it is a good thing to have. Implementation may not be trivial. We can discuss it.
The text was updated successfully, but these errors were encountered: