this post was submitted on 14 Nov 2025
747 points (99.2% liked)
Programmer Humor
27358 readers
928 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Every bit of code a maintainer accepts becomes their responsibility to maintain. Considering that half the time „improvements” don’t even have tests to help maintaining them, feel free to maintain your own fork.
Sure, one can request those PRs to add those tests before merging.
Don't get me wrong, I can understand why someone wants to just share without collaborating, but I don't get why they would publish in a collaborative environment, and then make memes about people trying to collaborate with them.
Personally, as someone writing FOSS for a while now, I'm always happy to get anyone helping out and get demotivated when nobody cares. Being actively hostile to actual code contributors, is just fucking bizarre to me.
While I do agree GitHub is a place where people collaborate, it's also a pretty handy place to store stuff without having to host your own. If the project doesn't invite people to contribute, don't expect a polite response forever. It's like stopping your neighbor on the street corner to tell them they should paint their house white for the thermal benefits, yeah people collaborate on the street, yeah you are right, it's their house though.
Github provides ways to both display code just as is (archive mode) and to also disable issues and auto-close all PRs with a message.
Is archive mode the appropriate tool for this? I would assume that's for when a repo is no longer receiving any updates from anyone, not just when the owner doesn't want others contributing.
I make my code open source and public so people can use it if they find it useful, not because I expect anyone to contribute.
And there’s a big fucking difference between actively hostile and “I’m not interested in accepting this change”.