-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
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
Refactor Layered Architecture pattern #2936
Labels
Comments
romannimets
added a commit
to romannimets/java-design-patterns
that referenced
this issue
May 5, 2024
romannimets
added a commit
to romannimets/java-design-patterns
that referenced
this issue
May 5, 2024
This reverts commit 773832a.
romannimets
added a commit
to romannimets/java-design-patterns
that referenced
this issue
May 5, 2024
This reverts commit 54aee49.
Hey! I would like to contribute to this issue |
iluwatar
pushed a commit
that referenced
this issue
Jun 15, 2024
github-project-automation
bot
moved this from In Progress
to Done
in Java Design Patterns project
Jun 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A couple of specific refactorings are needed for Layered Architecture code example.
Optional is primarily intended for use as a method return type where there is a clear need to represent "no result," and where using null is likely to cause errors.
Acceptance criteria
The text was updated successfully, but these errors were encountered: