I use ChatGPT for Go programming all the time and it rarely has problems, I think Go is more niche than Kotlin
- 0 Posts
- 3 Comments
Joined 11 months ago
Cake day: July 3rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- For comedy I love watching Drew Gooden and especially Kurtis Conner.
- DougDoug (Twitch Streamer) has an incredible creativity for stream ideas and his videos on the main channel are edited incredibly well to capture the essence of a stream in ~30 minutes.
- Techmoan is one of my favorite technology YouTubers. He has such a calming voice
- Another Tech YouTuber I really love is CRD - Cathode Ray Dude. He pretty much is the nerdiest nerd for the most incredible niches. Highly recommend
- To get some girls here: I enjoy the essays by Gabi Belle quite a lot, she makes video essays on pop culture with a high focus on music and Gordon Ramsay for some reason
Yes, you can’t use Copilot to generate files in your code structure way if you start from scratch. I usually start by coding a skaffold and then use Copilot to complete the rest, which works quite good most of the time. Another possibility is to create comment templates that will give instructions to Copilot. So every new Go file starts with coding structure comments and Copilot will respect that. Junior Devs might also respect that, but I am not so sure about them