|
|
|
|
|
by theptip
171 days ago
|
|
It’s true - but there are “good code” solutions to this already. For example, BDD / Acceptance Tests can be used to write human-readable specs. IMO it’s quite boilerplate-y to set this up pre-LLM but probably the ROI is favorable now. Furthermore, as Uncle Bob has written a lot about, putting effort into structuring your tests well is another area that’s usually under-invested. LLMs often write very repetitive tests, but are happy to DRY out, write factories, etc if you ask them. |
|