|
|
|
|
|
by koolba
65 days ago
|
|
> The act of typing isn't the hard part - its understanding what's going on, and why you're doing it. Using AI to generate code is only faster if you try and skip that step - which leads to an inevitable disaster It’s more than just typing though. A simple example remembering the exact incantation of CSS classes to style something that you can easily describe in plain English. Yes, you could look them up or maybe even memorize them. But there’s no way you can make wholesale changes to a layout faster than a machine. It lowers the cost for experimentation. A whole series of “what if this was…” can be answered with an implementation in minutes. Not a whole afternoon on one idea that you feel a sunk cost to keep. |
|
Do that enough and you won't know enough about your codebase to recognise errors in the LLM output.