this post was submitted on 05 Jun 2025
221 points (98.3% liked)
Programmer Humor
23844 readers
1947 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
We have linting set up in our codebase, I had to switch and focus on one half of our project, and I nearly lost my mind when I came back to the other side and realized that every time someone said they were 'addressing linting issues', that actually meant they were putting
eslint-disable
everywhere until the pipeline stopped complaining.Code reviews?
My eye just twitched
Move over vibe coding, we vibe reviewing now
Next what?
Vibe marketing?
Then vibe selling and vibe buying?
Then vibe using? Because software is now made out of AI, by AI, for AI?
So now, if your AI user likes the program that your AI buyer bought, it will inject some dopamine in your bloodstream, giving you the vibes, while you lay on your bed?
https://m.youtube.com/watch?v=nMuh33BMZYY
Copilot does do reviews in Github now. And they're decent actually, in my experience.
Yeah code rabbit does a decent job of pointing out things you may have missed.