this post was submitted on 24 Oct 2023
875 points (93.1% liked)
Programmer Humor
19564 readers
1200 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 find it to be suprisingly usless compared to classic aproach. But in my case it might be beacuse of the language i work with ( abap ).
It's not the language. ChatGPT is about as useful as a decent code manual. It won't actually solve any problems for you, but it can show you the general format for doing so.
And it's great for boilerplate heavy stuff or writing tests.
Yeah I've used it for boiler plate stuff for things I've not done before, but I always then read about what it did and make sure I understand it and where to look further.