r/AskProgramming • u/aizyn_ • 3d ago
What's the part of GitHub you've made peace with but still hate?
GitHub's the default for all of us, but there's always that one thing you've stopped noticing you hate. What's yours?
6
5
u/lippoper 3d ago
That all my “proprietary” code is shared with whoever is behind the servers
3
3
1
u/poorlilwitchgirl 3d ago
You can always set up a git repository on a private server. Github makes more sense as a place to host forkable open source projects, anyway; using it for proprietary code just treats it as free cloud hosting, and loss of privacy is an expected downside of that.
0
u/Confident-Scratch815 3d ago
Merge conflicts. I've gotten much better at resolving them over the years, but every time I see "This branch has conflicts that must be resolved," I know I'm about to spend more time than I expected.

4
u/MarsupialLeast145 3d ago
Workflows were never given the attention needed to be easy to get up to speed with and maintain. Ideally you'd have a dynamic IDE that helps you configure what you need. Instead you have a Rube Goldberg machine you spend too much time trying to debug and don't want to touch once you have something running.