|
|
|
|
|
by otoolep
1127 days ago
|
|
I brought up the web UI, and said something like this:
"Here is a Go source file, see any problems, issues, or suggested bug fixes? <paste the Go code>" Simple as that. Of course, sometimes I got the "message too big" error. So I pasted bits of the sources files, choosing pieces I thought were reasonably self-contained. I also fed much of my unit tests through it, asking "see any missing test cases?" While some of the answers were not that helpful, digesting the feedback from GPT-4 made me think more about my code, and make some changes for the better. |
|