this post was submitted on 15 Jun 2023
49 points (98.0% liked)

Experienced Devs

3936 readers
3 users here now

A community for discussion amongst professional software developers.

Posts should be relevant to those well into their careers.

For those looking to break into the industry, are hustling for their first job, or have just started their career and are looking for advice, check out:

founded 1 year ago
MODERATORS
 

I trialed GitHub Copilot and used ChatGPT for a bit, but recently I found myself using them less and less.

I've found them valuable when doing something new(at least to me), but for most of my day-to-day it seems to have lost it's luster.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (1 children)

They're very useful for the boilerplate stuff and it's somewhat rewarding to type out 3-4 letters, hit tab and wind up with half a dozen lines in a bash script or config file.

They tend to get in the way more for complicated tasks, but I have learned to use them as a psychology trick: if I have writer's block, I just let them pump out something wrong since it's easier to critique a blob of text than a blank page.

[–] [email protected] 3 points 1 year ago

if I have writer’s block, I just let them pump out something wrong since it’s easier to critique a blob of text than a blank page.

Yeah I mentioned this before while taking to a friend about it. Humans are much better at editing than coming up with stuff from scratch, so seeing the suggestion sometimes is helpful even if it’s wrong.