Earlier quoted context omitted.
Yeah you're unusual, which sector do you work in?
I'm retired now. I spent most of the last 10 years of my career working for web-shops, mainly making Drupal-based websites using custom modules. This is the kind of work that the majority of developers do; it's not unusual, it's the norm. [Edit] Just noticed that the commenters above that seem to agree that I'm unusual, are all different commenters. I'm puzzled that people think I'm unusual, even to the point of aski…
I was born in 93. In 2000s all of my then web-deving with html/php was without even an awareness of something like version control. I was storing snippets of code in .txt files in case my change (often made directly on the FTP server) was to crash everything. Of course, this was just a hobbyist environment, I was a teen running some small personal communities. Then, I stopped programming for years and when returned around 5 years ago `git` was basically everywhere. Now, after working in "professional environment" with software development, I don't imagine running any project without some version control when more than 1 person is involved.
What were you using for version control, how did that work between programmers committing to the same new feature?