|
|
|
|
|
by mapontosevenths
166 days ago
|
|
> LLM's skip over the "actually verify that the code I just wrote does what I intended it to" step. I'm not sure where this idea comes from. Just instruct it to write and run unit tests and document as it goes. All of the ones I've used will happily do so. You still have to verify that the unit tests are valid, but that's still far less work than skipping them or writing the code/tests yourself. |
|
It also doesn't necessarily rewrite documentation as implementation changes. I've seen documentation code rot happen within the same coding session.