this post was submitted on 19 Feb 2024
287 points (97.0% liked)

Technology

55715 readers
2655 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kescusay@lemmy.world 61 points 4 months ago* (last edited 4 months ago) (20 children)

Copilot isn't actually bad for developers, it's just that you need to be careful with it and recognize its limitations.

Writing a bunch of REST endpoints for an API and need to implement all the typical http verbs, and you already have all the matching methods for reading, updating, and deleting values in a complex SQL database for each endpoint to call? Copilot can turn a ten minute chore into a ten second one. Very handy.

Writing those complex SQL methods in the first place? Yeah... Copilot will probably make a ton of mistakes and its work will need to be triple-checked. You'll save time just doing it yourself if you know how. (And if you don't, you have no business calling yourself a developer.)

Copilot is best for easy boilerplate and repetitive code. Problems arise as soon as you ask it to get "creative."

[–] DumbAceDragon@sh.itjust.works 45 points 4 months ago (10 children)

This is about the other copilot.

[–] kubica@kbin.social 31 points 4 months ago (7 children)

microsoft and its names... like the VS editor and the other VS editor.

[–] ioslife@lemmy.ml 5 points 4 months ago (3 children)
load more comments (3 replies)
load more comments (5 replies)
load more comments (14 replies)