• dependencyinjection@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    3
    ·
    3 months ago

    Depending on which CoPilot, quite a lot to be honest.

    My company uses it at work integrated into Visual Studio Professional.

    It saves countless hours, especially when you work on enterprise software and have set up good coding standards, best practices, and techniques; as it learns from your code and will offer suggestions based on how we do things.

    Like most TypeScript components we build are going to require loading some data via a hook, and calling these hooks is pretty consistent. So now I basically write my comment // load the data and boom no boring writing the same thing.

    We save that much time on mundane tasks that we can actually spend more time learning new things or innovating.

    That’s before we even get into the tool my boss build that will allow us to create all the schema and hooks for a new model which would normally be 30-45 mins of mundane copy and paste and replace.