Search posts, tags, users, and pages
Atuoha Anthony
Senior Mobile Software Engineer
Introduction Clean Architecture is a software design philosophy that emphasizes separation of concerns and maintainability by dividing the software into layers with distinct responsibilities. In the context of Flutter, Clean Architecture can be a pow...
Rishabh Agrawal
Human
shouldn't we keep 2 different classes, 1 for view model & another for network model ?
That's also a good way to implement it.
Atuoha Anthony according the clearn architecture/DDD where do one put the method which transform network model to view model, thoughts ? appreciate your quick reply
Rishabh Agrawal
Human
shouldn't we keep 2 different classes, 1 for view model & another for network model ?