Clean Architecture
I’m all about being the best I can be at what I do. I accept critique all the time from anybody. If the person is right, I learn, if he’s wrong, I explain why, we start debating and I still learn.
So, recently I started to change my code style and started to read on the Clean Architecture. Found this article from 2012: https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html
But, because I’m more of a practical guy, I needed some examples to better understand the whole thing. Thus I found the following repos:
- This one comes with some articles attached to better understand: https://github.com/android10/Android-CleanArchitecture
- This one is probably the most by the book I’ve seen: https://github.com/artem-zinnatullin/qualitymatters
- This one is quite nice as well, very well written: https://github.com/Plastix/Forage
- This one added probably because of xkcd and clean architecture (can’t remember was in my bookmarks): https://github.com/Stoyicker/boats-xkcd
Because I have some free time in the next 2-3 weeks and had to stop development on one of the apps I’m working on, I’ll try and experiment with this and see what comes out.
Hope the links will help others.
By: Adrian Coman