this post was submitted on 21 Mar 2025
367 points (100.0% liked)

Programmer Humor

21822 readers
2422 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
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Mirror [email protected] 6 points 1 day ago (1 children)

I've ended up becoming the sole caretaker of two react native apps, something I did not ask for but some people were fried.

I'm not going to manually troubleshoot and learn everything that breaks when I need to update a dependency. I'll vibe through those errors, learn what I have time for and then test it like mad.

A lot of the time I end up having to solve things myself but my job wouldn't be tolerable if I had to manually work that shit.

[โ€“] [email protected] 3 points 17 hours ago* (last edited 17 hours ago)

Yeah. The "this got dumped on us and we're doing the minimum until we can replace it" is a genuinely solid use case for vibe coding.

And honestly, that's all I usually did with those before AI came along anyway. So I welcome better tools for it.