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

Function Composition pattern #2897

Open
iluwatar opened this issue Apr 6, 2024 · 0 comments
Open

Function Composition pattern #2897

iluwatar opened this issue Apr 6, 2024 · 0 comments

Comments

@iluwatar
Copy link
Owner

iluwatar commented Apr 6, 2024

Introduce the Function Composition pattern to enhance modularity and code reusability by composing complex functionalities from simpler functions.

For additional information, see the following links:

Acceptance Criteria:

  • Pattern Implementation: The Function Composition pattern should be correctly implemented in Java, demonstrating how smaller functions can be composed into more complex ones.
  • Documentation and Examples: Provide comprehensive documentation in the README, including a clear explanation of the pattern, its applicability, and a real-world example illustrating its use.
  • Test Coverage: Ensure the implementation is fully covered by unit tests, demonstrating the correctness and effectiveness of the function composition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

1 participant