Extremely Linear Git History
westling.dev
Extremely Linear Git History
1–10 of 366 posts
Re: Extremely Linear Git History
#2Re: Extremely Linear Git History
#3Re: Extremely Linear Git History
#4Re: Extremely Linear Git History
#5This is very silly.
Re: Extremely Linear Git History
#6I love linear git! Branches are very confusing for a nonempty set of people. For us, it is always clearer to work with explicit files in the main branch. You are implementing a new feature? Nice: just create a new file on the main branch and keep updating it until you add it to the tests, and later you call it from the main program. This system may break down on large teams, but when you are just a handful of grug-br…
This is an ideal case, of course.
Re: Extremely Linear Git History
#7Re: Extremely Linear Git History
#8I thought I was a very tidy person, then I saw this.
Re: Extremely Linear Git History
#9Re: Extremely Linear Git History
#10I love linear git! Branches are very confusing for a nonempty set of people. For us, it is always clearer to work with explicit files in the main branch. You are implementing a new feature? Nice: just create a new file on the main branch and keep updating it until you add it to the tests, and later you call it from the main program. This system may break down on large teams, but when you are just a handful of grug-br…
That requires your programming language to identify files with modules, and with your system architecture to be extended by modules alone. This is an ideal case, of course.