My first Jetpack Compose project. I’m still learni...
# android-architecture
s
My first Jetpack Compose project. I’m still learning and eager for feedback on my architecture. if you have any tips or suggestions on how to structure my code or architecture better, please let me know. https://github.com/TheSomeshKumar/Flickophile
d
The lack of BDD and TDD would be my first critique here. Yes, I consider tests as an architectural piece. One of the most important in my opinion.
s
I agree, that's a valid point. I intentionally left tests pending, but I intend to complete them soon. Thank you.