this post was submitted on 21 Jan 2024
2207 points (99.6% liked)
Programmer Humor
19512 readers
507 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use it for debugging all the time and while it making mistakes is not uncommon it's still way better than trying to manually search through spotty documentation.
It's also really great at doing basic automation tasks. Sometimes I'd write up throw away scripts to process some data, but with its code interpreter it can write those for me and for simple tasks I don't even need to check what it wrote since it's obvious when it did it correctly.
I bet people love working with you…