|
|
|
|
|
by amacbride
256 days ago
|
|
I'm going to push back hard on the folks dunking on "vibe coders" -- I have been programming longer than most of you have been alive, and there are times when I absolutely do vibe coding: 1) unfamiliar framework
2) just need to build a throwaway utility to help with a main task (and I don't want to split my attention)
3) for fun: I think of it as "code sculpting" rather than writing So this is absolutely a utility I would use. (Kudos to the OP.) Remember the second-best advice for internet interactions (after Wheaton's Law): "Ssssshh. Let people enjoy things." |
|
I don't think #1 is a good place to vibe code; if it's code that I'll have to maintain, I want to understand it. In that case I'll sometimes use an LLM to write code incrementally in the new framework, but I'll be reading every line of it and using the LLM's work to help me understand and learn how it works.
A utility like pyscn that determines code quality wouldn't be useful for me with #1: even in an unfamiliar framework, I'm perfectly capable judging code quality on my own, and I still need and want to examine the generated code anyway.
(I'm assuming we're using what I think is the most reasonable definition of "vibe coding": having an LLM do the work, and -- critically -- not inspecting or reviewing the LLM's output.)