genovich
03/04/2021, 9:29 AMrtsketo
03/04/2021, 9:38 AMgenovich
03/04/2021, 9:47 AMwasyl
03/04/2021, 10:28 AMview
in the name it’s probably not an architecture in the first place, just an architectural pattern. Architectures rarely contain view
in the name, and are broader in scope than just defining communication between business logic and the view. For example https://en.wikipedia.org/wiki/Architectural_patternrtsketo
03/04/2021, 11:13 AMwasyl
03/04/2021, 11:42 AMview
in Clean refers to the entire layer, and you can implement Clean architecture with MVVM, MVP or any other presentational pattern in place of that view. That’s why I’m saying the usual MV*
aren’t architectures, because they describe just one piece of the entire systemRuckus
03/04/2021, 2:52 PMCicero
03/05/2021, 7:57 AM