|
|
|
|
|
by gspr
152 days ago
|
|
Algorithmic correctness? Unit tests are great for quickly poking holes in obviously algorithmically incorrect code, but far from good enough to ensure correctness. Passing unit tests is necessary, not sufficient. Syntactic correctness is more or less a solved problem, as you say. Doesn't matter if the author is a human or an LLM. |
|
But it's disingenuous to claim that even the majority of code written in the world is so difficult algorithmically that it can't be unit-tested to a sufficient degree.