|
|
|
|
|
by badloginagain
1182 days ago
|
|
That makes no sense. The one thing chatgpt does _really_ well is setup unit tests, which is the part of unit tests I hate. My ChatGPT workflow is give requirements -> have it create unit tests -> give it test results until it passes. Been playing around with a generated-code-only project: https://github.com/JerkyTreats/scrivr/ In that workflow I don't really look closely at the code. In most cases I've found it isn't really necessary. |
|