-
Notifications
You must be signed in to change notification settings - Fork 318
Add additional methods to interact with an ArgumentValue #1172
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 additional methods to interact with an ArgumentValue #1172
Conversation
Signed-off-by: James Bodkin <[email protected]>
bdbd3be
to
75e7060
Compare
Thanks very much @JBodkin-Amphora for your first contribution to the project. |
Thank you for taking a look at this, the For example, using
The verbosity could be reduced by checking for not omitted, however we have an intermediate operation to look for an entity reference. In this instance, we're not using the data integration as the lookup for the entity has additional requirements that need to match but not demonstrated here. Also, using optionals potentially has overhead as they may not be optimised by the compiler. For example:
If we had the
What do you think? |
Thanks for the feedback. I initially thought that the main driver for this contribution was the testing bits of your other PR. Overall I'm not sure we should expand the |
If we create a I understand that your not keen on supplementing the |
I'll discuss this with the rest of the team. |
No description provided.