It has to do with how testable it is, multiple functions within one use case means all three need to be mocked and accounted for instead of just one, even if you needed only one of them. And it's h...
That this still has a myriad of basic style errors, which at this point is honestly disconcerting. Fixing these is a 15 minute job. 30 if you're slow. And they shouldn't be such a large problem in ...
That this still has a myriad of basic style errors at this point is honestly disconcerting. Fixing these is a 15 minute job. 30 if you're slow. And they shouldn't be such a large problem in the fir...
This file is quite large, and a lot of them are just components that aren't placed in the components package. If these are meant to be private components, then the functions need to be correctly ma...
Indentation. Additionally, if these are used in a `Composable`, then they should be extracted to string resources. Additionally, some may be incorrectly capitalized.