-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refactor]: Move sources into subdirectories #2119
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for conkyweb canceled.
|
5042138
to
f6efceb
Compare
@brndnmtthws can you please confirm whether I should continue with this PR? I made sure to separate commit with renames so this PR can be hidden in The only important thing is that you'd need to merge the commits without squashing because squashing them will make git fumble renames - I will have to modify files to update imports. I'll make sure there's only 2 to keep the |
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
f6efceb
to
0499a7e
Compare
Part 1 of refactor commit. This commit only renames the files to preserve git history. Signed-off-by: Tin Švagelj <tin.svagelj@live.com>
0499a7e
to
ef6feef
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good idea! Really cleans things up.
A refactor that moves sources from
src/
directory into appropriate subdirectories.This PR contains no functional changes.
I wanted to do this ever since my first commit 😆, but yeah, I feel like the
src/
directory is too crowded and very difficult to navigate. To the extent that it takes me a minute of scrolling sometimes before I can find the source file I'm looking for - and I'm familiar with this project.When I first started I remember having to navigate though include statements.
TODO