Hi Everyone, Have a doubt, but it is not related to kotlin, but generally any android app
I was reading some codes from github, and I found that each use case is written in a different class/File, I dont understand Why people are doing that, since i can write those as functions inside my repository class. Is that a good aproach to abstracting out the use cases seperately??