|
|
|
|
|
by DeathArrow
110 days ago
|
|
>LLM happily churns out unit tests which are simply reinforcing the existing behaviour of the code. At no point does anyone stop and ask whether the generated code implements the desired functional behaviour for the system ("business logic"). You can use spec driven development and TDD. Write the tests first. Write failing code. Modify the code to pass the tests. |
|