In Clean Architecture, where to put validation logic?
September 21, 2019When working with Clean Architecture, I sometimes wonder where to put the validation logic. In this archicle, I'll consider where to put validation logic in Clean Architecture.ConclusionI think, the question "where is the correct place of the validation logic" is wrong. We should put the validation logic to each layer of Clean Architecture.The meaning of the word "validation" is very vast and…