[PROPOSAL] Refactor MLCommonsClientAccessor
to make it open for extension
#790
Labels
enhancement
Enhancements
Increases software capabilities beyond original client specifications
help wanted
Extra attention is needed
What/Why
What are you proposing?
Cf. #710 (comment)
What users have asked for this feature?
This is a requirement from @martin-gaievski.
What problems are you trying to solve?
The change in #710 surfaced this problem. If every addition of a new parameter leads to a new method needing to be written, this makes changes very expensive.
What is the developer experience going to be?
Improved.
Are there any security considerations?
None.
Are there any breaking changes to the API
No. This is an internal class.
What is the user experience going to be?
No change.
Are there breaking changes to the User Experience?
No.
Why should it be built? Any reason not to?
What will it take to execute?
Create a POJO class to encapsulate the parameters, making it easier to extend functionality.
Any remaining open questions?
No.
The text was updated successfully, but these errors were encountered: