This has a causal link to the fact that you'll always read more code then you end up writing. You *should* be reading your own code to know how it works and documenting it if its non-trivial, and you *should* be reading the documentations of your dependencies before using them.
Reposted from
Pookleblinky
The speed of writing code has never, and will never be the bottleneck.
The bottleneck, the limiting factor, is always in the thinking about the code and how it works, understanding it.
People who use chatgpt to write code are literally removing the only part of programming that is actually useful.
The bottleneck, the limiting factor, is always in the thinking about the code and how it works, understanding it.
People who use chatgpt to write code are literally removing the only part of programming that is actually useful.
Comments