You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a lot of class extensions across the code base. For example, in controller/networking/network_router.dart, model/entities, model/utils and /utils.
We should decide a unique folder for this type of files in order to don't create duplicated code.
Also, in my opinion, there should be only have one extension for each class type.
The text was updated successfully, but these errors were encountered:
There are a lot of class extensions across the code base. For example, in
controller/networking/network_router.dart
,model/entities
,model/utils
and/utils
.We should decide a unique folder for this type of files in order to don't create duplicated code.
Also, in my opinion, there should be only have one extension for each class type.
The text was updated successfully, but these errors were encountered: