this post was submitted on 05 Nov 2024
859 points (98.9% liked)
Programmer Humor
19480 readers
30 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I've been tempted to create a bot that does nothing but search comments in code for misspelled words and create pull requests for them.
If it stays in comments, little chance in breaking a working codebase and I'd have an insane amount of commits and contributions to a wide variety of codebases for my resume.
I'll never be a top tier coder. But I might make management.
I have nominated you to the who's who in america award
In case that wasn’t satire, please don’t 🥲 A small typo in a comment is not a big issue, and even if the PR is straightforward, a maintainer still has to take some time reviewing it, which takes time away from fixing actual bugs 😢
But think of the gains!
Simple changes require only simple reviews.
A better use of your time is to improve documentation. Developers generally hate documentation so it's often in need of improvement. Rewrite confusing sentences. Add tutorials that are missing. Things like that. You don't necessarily have to be a good developer or even understand the code of the project; you just have to have some knowledge of the project as an end user.