-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Value object pattern #349 #362
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
Conversation
Added index.md with explanation which seems a little bit short of detail. Fixed the directory of the files.
Could you catch up the branch from the master, it has conflicts. |
@@ -3,14 +3,14 @@ layout: pattern | |||
title: Front Controller | |||
folder: front-controller | |||
permalink: /patterns/front-controller/ | |||
categories: Presentation Tier | |||
categories: Creational |
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.
Did you mean to change this file?
I'll catch up changes, add description as you asked. Sorry for not checking trivial mistakes making other files to change. I'll comment on this thread when done. |
@@ -354,7 +355,7 @@ | |||
<excludeFromFailureFile>exclude-pmd.properties</excludeFromFailureFile> | |||
</configuration> | |||
</execution> | |||
</executions> |
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.
I don't know why these blanks exist and make differences in this file. I only added one line value-object.
I think the fixes are done. please review. #362 |
Thanks @JuhoKang this looks good! |
@all-contributors please add @JuhoKang for code |
I've put up a pull request to add @JuhoKang! 🎉 |
* corrected spelling mistake * changed text to code in git/README.md * corrected spelling mistake
Implementation for the Value Object pattern.
I had some difficulties to show all of the VALJO things so just stopped in the middle and just implemented some "must do" things in the code.