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
dewildte
03/29/2023, 6:13 PM
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
Somesh Kumar
03/29/2023, 7:55 PM
I agree, that's a valid point. I intentionally left tests pending, but I intend to complete them soon. Thank you.