• 0 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2024

help-circle

  • doktormerlin@feddit.orgto196@lemmy.blahaj.zonerule
    link
    fedilink
    English
    arrow-up
    13
    ·
    3 days ago

    Lol, your comment about the vehicle is stupid as fuck. There is a woman on a scooter. Your city network provides her the possibility to drive with a small vehicle with low emissions and low noise pollution, she doesn’t need to take the car. You don’t know if she owns a car or not, maybe she just prefers the scooter? Her using the scooter is a net positive for everyone. Less traffic, less noise, less emissions and she still gets to her destination quickly




  • 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



  • 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




  • 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