Gptcommit: Never write a commit message again (with the help of GPT-3)
11–20 of 106 posts
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#12I can kind of understand getting help writing the description of a large PR. But a commit message? Whose commits are so long so often that they need the help of an AI assistant to come up with the contents?
… and those who tag you as a reviewer on +8,298, -1,943 commits/PRs with the commit message "JIRA-PROJ-84138".
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#13I find commit messages have more value when they don't just repeat what you can see by looking at a diff but when they explain the reasons behind.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#14Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#15I can kind of understand getting help writing the description of a large PR. But a commit message? Whose commits are so long so often that they need the help of an AI assistant to come up with the contents?
Heh… there are really two types of coders. Those who things commits should have a single, obvious, minimal purpose, and who will split off unrelated changes into separate commits… … and those who tag you as a reviewer on +8,298, -1,943 commits/PRs with the commit message "JIRA-PROJ-84138".
At my workplaces, we've told people who do this to break up their larger commit into smaller ones before reviewing. If they haven't done that initially, well, their life is going to get harder for a few days.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#16Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#17I find commit messages have more value when they don't just repeat what you can see by looking at a diff but when they explain the reasons behind.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#18Put another way, you asking GPT for stuff that it learned from Stack Overflow: good. Using it to post to Stack Overflow: bad.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#19Earlier quoted context omitted.
I was hoping GPT-3 was going to give the reasons
yeah and find the bugs.
Like semi-jokingly asking it to "improve" some code thinking it'd come up with some non obvious control flow... then instead having it immediately point out a subtle bug along the lines of "the code sets flag A instead of setting flag B on " flag B wasn't even unused, so it's not like a simple unused variable heuristic would have caught that.
Re: Gptcommit: Never write a commit message again (with the help of GPT-3)
#20I don't really ever want to read answers from GPT to questions that I didn't knowingly myself ask GPT. If GPT can write a commit message from you, don't write it at all and let me ask it that if that's what I want. It may be a positive to you to spend a few seconds less on commit messages but it's a net negative for the world for it to become polluted with vast amounts of flatly incorrect text with no knowledge as to…
If ChatGPT could change that to something like "disable current limits" or "disable safety checks" or whatever that might be marginally better.