-
-
Notifications
You must be signed in to change notification settings - Fork 26.7k
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
Layer Supertype pattern #1302
Labels
Comments
@waterman6 please confirm before starting on working with an issue. |
Is this issue still free? Can I work on it? |
Ok @ZQH777 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
stale
bot
added
the
status: stale
issues and pull requests that have not had recent interaction
label
Nov 28, 2022
iluwatar
added
info: help wanted
and removed
status: stale
issues and pull requests that have not had recent interaction
labels
Dec 3, 2022
@iluwatar I am interested in this issue could you please assign me this? |
MeryAmr
added a commit
to MeryAmr/java-design-patterns
that referenced
this issue
Dec 7, 2024
Implemented the Layer Supertype Pattern in Service Layer, updated README file and PUML class diagram to reflect the new changes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The Layer Supertype design pattern is used to provide a common base class for all objects in a particular layer. This pattern simplifies code maintenance and enforces consistency across similar objects. By implementing a layer supertype, we can centralize common behaviors and properties, reduce code duplication, and facilitate easier modifications and extensions in the future.
Main elements of the pattern:
References:
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: