Hacker News new | ask | show | jobs
by eru 1632 days ago
I understand your example, but as a counterpoint: I do keep simple scripts in version control, too.

But the real simple stuff usually starts out in my misc scripts folder. But that's more for filesystem organisation, not because creating a git repo has any (mental) overhead.

> In the 20 years of (solo?) development of DF, do you not suppose a rational person would adopt versioning were a lack thereof impacting them noticeably?

If they never got around to learning about version control, it's totally imaginable that they are sort-of rational, and that version control would have improved their lives.

1 comments

> version control would have improved their lives

Not sure. I use git at work, but I would never use it for my solo projects. It just doesn't add anything I need, but it takes mental effort to manage it.

I use it for my solo projects as well, but my commit messages (and history manageent in general) is much better when I'm writing for other people.