|
|
|
|
|
by sersi
139 days ago
|
|
Well you do need to vet dependencies and I wish there was a way to exclude purely vibe coded dependencies that no human reviewed but for well established libraries, I do trust well maintained and designed human developed libraries over AI slop. Don't get me wrong, I'm not a luddite, I use claude code and cursor but the code generated by either of those is nowhere near what I'd call good maintainable code and I end up having to rewrite/refactor a big portion before it's in any halfway decent state. That said with the most egregious packages like left-pad etc in nodejs world it was always a better idea to build your own instead of depending on that. |
|