5 points

vibe coding is the dumbest term they could have come up with. can we call it imbecile coding instead?

permalink
report
reply
34 points

Vibe Coding essentially automates copy-and-pasting the answers from StackOverflow.com.

But sometimes it pastes in the code from the questions.

permalink
report
reply
11 points

To be fair, sometimes it is right to take the code from the questions. Eg if you want behaviour x and the question is “how do I do y, my code is only doing x?” Then the code you want is from the question.

permalink
report
parent
reply
40 points

If those vibe coders knew what a binary tree was, they’d be very upset.

permalink
report
reply
7 points

…into cursor or windsurf, how the fuck they come up with those names dude ? Vibe coding on windsurf.

permalink
report
reply
14 points

I mean, surely you did it for the exercise, right? If you needed a solution, you could’ve very likely used a library…

permalink
report
reply
7 points
*

Having fewer/no dependencies is nice though

permalink
report
parent
reply
3 points

Well, we have a tool for that called vendoring, a.k.a. copy-pasting the library code into your repo. It’s no worse than copy-pasting LLM-generated code…

permalink
report
parent
reply
3 points
*

To me the disadvantage would be, the library likely does many more things than just what you need it for, so there is way more code, so you probably can’t realistically read and understand it yourself before incorporating it. This would lead to among other issues the main thing that irritates me about libraries; if it turns out something in it is broken, you are stuck with a much bigger debugging problem where you first have to figure out how someone else’s code is structured.

Although I guess that doesn’t apply as much to implementations of common algorithms like OP since the library is probably solid. I would consider favoring LLM code over most anything off npm though.

permalink
report
parent
reply
4 points

That screaming guy made the library.

permalink
report
parent
reply

Programmer Humor

!programmer_humor@programming.dev

Create post

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

Community stats

  • 9.5K

    Monthly active users

  • 1.3K

    Posts

  • 47K

    Comments