0
Which design pattern can be uses to solve problem of consisteny check verification?
In means if behavioral, structure and creational patterns
1 Respuesta
0
Can you explain with your own words, what you mean by "consistency check verification"?
You want to perform some sort of validation on your data. You can do that also with "if" statements.
Why do you need a design pattern for this? What is the problem that you are trying to solve?