Prefixed fields in traits #180
RazorMeister
started this conversation in
Ideas
Replies: 1 comment
-
You can always send a PR in for this, the problem is that we probably going to need to release a major version since this kinda breaks the API. Some properties can be overwritten on a data object and they will not be used anymore when we prefix them with _. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've encountered a problem while implementing this package because in request I have field named
additional
. And this field is already used inAppendableData
trait. (I know that I can Map this field).So I suggest to prefix all fields from used traits with for example underscore to avoid such problems. (like additional -> _additional)
Beta Was this translation helpful? Give feedback.
All reactions