|
Why are there two separate source folders — This is extremely confusing and counterproductive. In a typical development workflow, there should be a single canonical source directory. Having both folders present with overlapping or similar content makes it very hard to track down where changes should be made, and whether they’re being picked up by the toolchain at all.
|
Answered by
Lassebq
Apr 21, 2025
Replies: 2 comments
|
OK, I see, the |
0 replies
|
It's for generating patches. You have to compare against something to make a diff. |
0 replies
Answer selected by
atarwn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's for generating patches. You have to compare against something to make a diff.