Replies: 2 comments 6 replies
|
I agree with the sentiment here, Dark needs some kind of change review / staging process and a version control system. But source code branches are not a natural fit here (IMHO). Every change is effectively a commit to master in Dark. So we really need a tagging mechanism that lets us go back to a marked point in the evolution of the code. Branching is more naturally done at the feature level with patterns like Branch by Abstraction. Maybe there's a way to bring that pattern to life within Dark ? |
0 replies
|
Feel's like we'd get about 50% of this win by just providing a view of post commits, who authored them, and what datetime they were written (not easy but much much easier than the full thing). |
6 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.
A user says:
All reactions