this post was submitted on 21 Aug 2025
6 points (60.0% liked)
Programming
26280 readers
720 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
ChatGPT can do better if you explicitly say what you want. All it can do is suggest areas to look at.
Try something like:
That being said, you have to look at the stuff it says and consider whether the feedback is useful or not. It suggests some things to examine, but that doesn't mean the advice it gives is always good. You can also feed it a chunk of code and ask if there is a more efficient or maintainable way of writing it โ but remember it's always going to say there are things you can improve so you have to be the one to decide which suggestions make things actually better and which are just response filler.
It also may not catch everything, particularly if it doesn't understand where the code will run or what it will be used for.