|
|
|
|
|
by scherlock
644 days ago
|
|
The fact that software engineers are the only folks with the skills to do what you just said. When I was working on PhD thesis 20 years ago, I had a giant makefile that generated my graphs and tables then generated the thesis from LaTeX. All of it was in version control, made it so much easier, but no way anyone other than someone that uses those tools would be able figure it out. |
|
I've always been impressed by the amount of effort that people are willing to put in to avoid using version control. I used mercury about 18 years ago, and then moved to git when that took off, and I never write much text for work or leisure without putting it in git. I don't even use branches at all outside of work - it's just so that the previous versions are always available. This applies to my reading notes, travel plans, budgeting, etc.