this post was submitted on 20 May 2025
227 points (97.5% liked)

Programmer Humor

23407 readers
1631 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

founded 2 years ago
MODERATORS
 

Just to clarify, I google a lot while coding, but one thing I learnt from my engineering degree is that is there is no 'best' solution.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 2 days ago (2 children)

Yes.

I “vibe code” anything that is throwaway. If it’s throwaway code I don’t care about the quality, I just want the end result.

For everything else, I don’t vibe code.

There are definitely people who use AI as a crutch for their lack of technical skills. It’s the same folks who used to try to get coworkers to “help” and slowly built their tickets by cycling through teammates.

[–] [email protected] 3 points 2 days ago (1 children)

But like, does that happen often for you, that you need a piece of code that's gonna be thrown away?

I always feel like if code exists, it's not gonna be thrown away, so it's a good idea to make it maintainable. But I do probably have somewhat of a bias...

[–] [email protected] 2 points 2 days ago

Yes, because of the stuff I’m currently working on.

I’m trying to improve the Devex at the place I’m working, and there is a lot of need to change stuff on 10000+ repos or pipelines in order to standardize things…

[–] [email protected] 3 points 2 days ago

I “vibe code” anything that is throwaway.

Same here. It's surprisingly easy to get quick results with a few prompts for one-time scripts without putting any effort in.