Can Copilot build a library in C? Well...

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 8

  • @snippletrap
    @snippletrap 9 місяців тому

    The opening piano chord sounds like the intro to Instant Karma

  • @interactiveslums213
    @interactiveslums213 2 роки тому +9

    This is dangerous for newbies LOL

    • @DylanFalconer
      @DylanFalconer  2 роки тому +7

      I have been using it and found it dangerous for myself, too... Sometimes it does strange things. For example I had to initialise 4 pieces of data, all using exactly the same params. So I filled out the first then tab-completed the next 3 but for some reason the last one was auto-completed by Copilot to a slightly different set of params that didn't throw a compile error but broke my program.
      You have to remain vigilant if you try it out.

    • @RamonChiNangWong078
      @RamonChiNangWong078 2 роки тому

      You know what they said about using C and C++ to shoot yourself in the foot.
      Newbies gonna get their foot amputated for it.

    • @ikilledthemoon
      @ikilledthemoon 10 місяців тому

      @@DylanFalconer What editor is this?

  • @drygordspellweaver8761
    @drygordspellweaver8761 4 місяці тому

    clearly you should have named it List_array instead

  • @morvereth
    @morvereth Рік тому +1

    copilot didint even check if any of mallocs or reallocs were succesful.

    • @DylanFalconer
      @DylanFalconer  Рік тому +2

      Yeah. I didn't end up using copilot after the trial month, it makes weird mistakes and was just not overall that useful for me.