4 ms·
I wonder how many tokens are spent generating: if err != nil {return err} for large programs and over a long period of time. May be this is good incentive to i
by devnull3 7mo ago
I wonder how many tokens are spent generating: if err != nil {return err} for large programs and over a long period of time.
May be this is good incentive to improve error handling in Go.
- AlexCoventry 7mo agoThat happens often enough that it might have its own token, if you BPE-encoded specifically for golang.