-
-
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
Implemented the Template View pattern (#1320) #3110
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, please use Java package name com.iluwatar
Hi @iluwatar, thank you for your comments. I've addressed them! |
Looks good! Thank you for the contribution 🎉 @all-contributors please add @malak-elbanna for code |
I've put up a pull request to add @malak-elbanna! 🎉 |
Quality Gate passedIssues Measures |
Issue #1320
I've implemented the Template View pattern according to the criteria and resources given in the issue description. More details about the pattern and the specifics of the implementation can be found in the README file attached with this PR.