Content
@
0 reply
0 recast
2 reactions
Aditya Kulkarni
@adityapk
I first tried Go a few years ago, but I found the if err != nil { return nil, err } really annoying. I felt like I was typing these 3 lines every 4 lines. Anyway, I tried it again this week, and Copilot's autocomplete of the error handling blocks makes writing Go code soooo much more pleasant!
1 reply
0 recast
7 reactions
Gabriel Ayuso
@gabrielayuso.eth
Definitely adding all those error check statements has been one of the most annoying parts of writing Go. I like Go's approach to errors despite this annoyance. Code generators have definitely improved this experience.
0 reply
0 recast
1 reaction