#software-architecture
Read more stories on Hashnode
Articles with this tag
Paying some debts · We have already talked about repositories, I would say quite a bit. But we still have one more part to cover about them, their...
Seriously, where the heck does it come from? · Where we left The previous volume began with our data layer, a layer where we implement all the actions...
Turning entities to models · Once the domain layer and all the general behaviors of our project are finished through abstraction, we can start using all...
💡 Note: This article was originally posted in my friend Elian's blog and has been slightly modified for this series. You can check the original...
Getting into the domain layer with entities · We already saw enough of the game rules with CLEAN in the previous volumes of A Cleaner Flutter, now we...