Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
I haven't been in the codebase myself for a while, but yes, it has often been said, especially by new contributors, that it is difficult to find the right files. I think suggestions for changes are good for now. The only question is how we can do it without making too many changes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
The code of the project mixes many different concepts: data, transformation, ui, app stuff…
Viewing the hierarchy doesn't help to easily and quickly find things:
In red: data-related (DB, transformation, background tasks, queries…)
In blue: UI-related (mainly screens + widgets)
In green: app-related (entrypoints + main)
Before proposing any change, I would like to know if I'm the only one in the situation of always wondering "where should I put this, or that?".
And if true, do you have any suggestions to improve this?
Beta Was this translation helpful? Give feedback.
All reactions