JackEblan / Geto

Apply custom settings to your apps.
GNU General Public License v3.0
254 stars 9 forks source link

This is not clean architecture okay! #231

Open JackEblan opened 5 hours ago

JackEblan commented 5 hours ago

Some of the android framework classes is a pain in the ass to make a business entity. For example, the Drawable class from Drawable. Should I convert it to byte array? Of course, no! It will add another heavy task for drawable to byte array conversion which makes the load of applications slower. How about Notification Should I make a business entity for this? It is a big No again. The Notification builder is kinda complex to deal with I swear.

JackEblan commented 4 hours ago

Probably this is a hybrid from Google Architecture and Clean Architecture.