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
- 0 Posts
- 8 Comments
I use ChatGPT for Go programming all the time and it rarely has problems, I think Go is more niche than Kotlin
I really had to fight for versioning. Everyone was just patch version here. Breaking changes in the API, new features, completely overhauled design? Well, it’s 0.6.24 instead of 0.6.23 now.
But gladly we’re moving away from version numbers alltogether. Starting next year it will be 2025.1.0 with monthly releases
Blender had a reeeeaaally long way though, I remember a time where Blender was quite big already but Maya just was miles ahead in terms of usability. Nowadays they are not only even, Blender is probably used more often since it’s not only free but more people know how to use it than Maya
doktormerlin@feddit.orgto Programmer Humor@lemmy.ml•My favourite type of self-careDeutsch4·10 months agoAlso then there are Jour Fixes and standups for the side projects you got rented out too and and and
But it’s also important to learn that comments should be brief and concise. We have one file from an ex-dev in which there are 750 lines of code and 2000 lines of comment, when someone wants to maintain this code they always have a hard time because this many comments are taking up so much screen real estate that you can’t find the code that actually does stuff
doktormerlin@feddit.orgto Programmer Humor@lemmy.ml•Popular Programming Book "Clean Code" is being rewrittenDeutsch13·1 year agoThe problem is that a lot of people don’t understand when to ignore the rules and just stick with them forever.
We had a developer once that always said KISS KISS KISS whenever we pointed out that her functions are working but not reusable, so she wrote 20 functions that all did the same thing, but with slightly different parameters. And that’s just one of the examples
Yeah duh, you get the fixed file so you don’t need the original anymore obviously