|
|
|
|
|
by bluefirebrand
300 days ago
|
|
I suspect the difference lies in people who think in code versus people who translate their thoughts into code I think in code and programming concepts when I am writing software . I don't really know how to explain that, but I don't often feel like there is any friction between my thoughts and the code I make I think that many coders do not have this. They have an extra "translation" step that introduces friction into their workflow I don't experience this friction, so LLM coding introduces new friction that I don't like They do experience this friction, so LLM coding doesn't introduce new friction for them, it may transform their previous friction into a new form that is easier for them to navigate I don't know. Maybe I'm talking out my ass, this is just a random theory based on no real evidence |
|
It's not really that I think in code. It's more like code is as much as a language to me as writing english, or holding the pencil to draw something. I got a change request, or I read something from the docs, and the the mental concept I have realign itself to the new knowledge. Getting code out is always effortless. There's no difference between
And If I can describe something, I can code it.