Skip to content
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

Switch from single parameters to interface params #138

Closed
sgohlke opened this issue Mar 2, 2023 · 1 comment
Closed

Switch from single parameters to interface params #138

sgohlke opened this issue Mar 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request v4 issue for v4.x release

Comments

@sgohlke
Copy link
Collaborator

sgohlke commented Mar 2, 2023

We have some functions that have more than a few parameters (like LogHelper.createLogEntry) we could improve by creating an interface for the parameters and use this interface parameter instead. This will help when extending functions and might avoid breaking changes like the context function extension.

@sgohlke sgohlke added enhancement New feature or request v4 issue for v4.x release labels Mar 2, 2023
@sgohlke sgohlke self-assigned this Apr 12, 2023
@sgohlke
Copy link
Collaborator Author

sgohlke commented Apr 17, 2023

Added to v4-release branch

@sgohlke sgohlke closed this as completed Apr 17, 2023
@sgohlke sgohlke mentioned this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request v4 issue for v4.x release
Projects
None yet
Development

No branches or pull requests

1 participant