Beta folder vs branch #345
Replies: 8 comments 18 replies
-
Thanks for the suggestion Phil. |
Beta Was this translation helpful? Give feedback.
-
There are different schools of thought. https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches might be a good reference and has some links to other resources. |
Beta Was this translation helpful? Give feedback.
-
Hi again Phil. |
Beta Was this translation helpful? Give feedback.
-
Yes - thanks. I'm just coming to the end of a local major refactoring to adopt the ClipperD approach across my code. Once I've got that squared away, I'll kick the tires on 1.1. Hopefully in the next day or two :) |
Beta Was this translation helpful? Give feedback.
-
So far, 1.1 code seems fine in my local tests; still poking at it. |
Beta Was this translation helpful? Give feedback.
-
Thanks guys, I really appreciate the feedback. I'm hoping to significantly improve horizontal merging before merging Beta into main. (The new C++ example app RandomClipping2 (DoSquares routine) well demonstrates the deficiencies there) |
Beta Was this translation helpful? Give feedback.
-
I'm now very close to merging/promoting the Beta branch to the main branch. |
Beta Was this translation helpful? Give feedback.
-
The Beta branch has now been merged into main. |
Beta Was this translation helpful? Give feedback.
-
I was surprised to see the Beta folder approach in the repository. Normally, one would expect a branch to exist for specific activities/development versions as the need arises.
I tend to have branches for release versions to allow me to conveniently recover a stable version for patching, and have the main branch as the development version. WIP and/or experiments go to dedicated branches that I can merge or discard as they work out.
Just a suggestion in case it helps.
Beta Was this translation helpful? Give feedback.
All reactions