https://github.com/iluwatar/java-design-patterns-web/issues/8 Update pattern categories and tags
This commit is contained in:
@ -5,8 +5,7 @@ folder: value-object
|
||||
permalink: /patterns/value-object/
|
||||
categories: Creational
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Beginner
|
||||
- Instantiation
|
||||
---
|
||||
|
||||
## Intent
|
||||
@ -20,7 +19,7 @@ equal when they have the same value, not necessarily being the same object.
|
||||
## Applicability
|
||||
Use the Value Object when
|
||||
|
||||
* you need to measure the objects' equality based on the objects' value
|
||||
* You need to measure the objects' equality based on the objects' value
|
||||
|
||||
## Real world examples
|
||||
|
||||
|
Reference in New Issue
Block a user