Hi Can you suggest a book or a good resource to st...
# getting-started
m
Hi Can you suggest a book or a good resource to study about clean architecture?
functional programming 1
s
Can't beat Bob Martin's original book on the topic: https://www.google.co.uk/books/edition/_/8ngAkAEACAAJ
His code examples are not in Kotlin but I don't think it matters, the ideas should be easy enough to translate (and doing so is a useful learning exercise in its own right)
m
Exactly. 👌🏻 Thanks
c
The official Android docs on app architecture are also very good. I don't think Google uses the term "Clean Architecture" in it, but the ways they describe the Domain layer are effectively the same principles. And while Uncle Bob's descriptions are very good, they do focus more on backend or full stack system designs. But because Google's docs are written for Android, the concepts translate better to mobile or other frontend apps better, and are more immediately applicable. https://developer.android.com/topic/architecture
🙏🏻 1