this post was submitted on 21 Aug 2023
424 points (94.0% liked)
PC Master Race
14924 readers
1 users here now
A community for PC Master Race.
Rules:
- No bigotry: Including racism, sexism, homophobia, transphobia, or xenophobia. Code of Conduct.
- Be respectful. Everyone should feel welcome here.
- No NSFW content.
- No Ads / Spamming.
- Be thoughtful and helpful: even with ‘stupid’ questions. The world won’t be made better or worse by snarky comments schooling naive newcomers on Lemmy.
Notes:
- PCMR Community Name - Our Response and the Survey
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
s/master/main
It took me all of 5 seconds to fix my automations when GitHub changed that. Also "forced" is a bit strong, they didn't touch existing repos, and it's only the default branch if you let GitHub initialize the repo (which I never do).
It's not just about code, though. I have to write complicated procedures for my job (maintenance of large electrical and mechanical systems, not tech) and I was told I couldn't designate a master procedure. I told that reviewer to pound sand, but if this trend takes hold it will unnecessarily complicate all kinds of work.
I was still a somewhat-clueless high school student at the time, and I had to create new repositories for every assignment in my CS electives. Niche, I know, but someone has to be the edge case...
(They used a dumpster fire home-grown autograder that couldn't handle concepts like "assignment X is in directory Y." Or any sort of file structure that deviated from the IntelliJ project layout. Supposedly they didn't want to pay for a commercial service...)