this post was submitted on 23 Jan 2024
194 points (96.2% liked)

Programmer Humor

18969 readers
1160 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

I wonder what would happen if I'd enable them all at the same time.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 7 months ago (1 children)

I had it during the beta. Not bad, though it's pretty heavy handed with the Jetbrains sales pitches after almost every answer.

Their integration with the Git interface was nice though, having auto-generated commit messages based on its evaluation of the changeset is so convenient.

[โ€“] [email protected] 1 points 7 months ago* (last edited 7 months ago)

I've been having gpt write js docs for this huge, poorly typed, code base I am refactoring. Super nice that I can just drop the whole function (or a few) and it can figure out the context. I was even fighting one of its explanations until I looked closer and realized it was right! Will likely be integrating copilot soon.