You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Commit Messages lesson, it's mentioned twice that a commit message should describe both the problem a change solves and how it solves it. I believe the 'how' part may be unnecessary.
In other words, a commit message describes what problem your changes solve and how it solves them.
Describe the problem your commit solves and how.
The article How to Write a Git Commit Message, listed in the assignment section, emphasizes that commit messages should focus on why a change is made, not how, as the code itself shows how the problem is solved. I agree with this point.
Let me know if you agree that the relevant sections of the lesson should be updated.
The text was updated successfully, but these errors were encountered:
Maddily
changed the title
Foundations: Update the description of what a good commit message does
Foundations: Update the description of what a good commit message explains
Oct 24, 2024
Checks
Describe your suggestion
In the Commit Messages lesson, it's mentioned twice that a commit message should describe both the problem a change solves and how it solves it. I believe the 'how' part may be unnecessary.
The article How to Write a Git Commit Message, listed in the assignment section, emphasizes that commit messages should focus on why a change is made, not how, as the code itself shows how the problem is solved. I agree with this point.
Let me know if you agree that the relevant sections of the lesson should be updated.
Path
Foundations
Lesson Url
https://www.theodinproject.com/lessons/foundations-commit-messages
(Optional) Discord Name
Maddie
(Optional) Additional Comments
No response
The text was updated successfully, but these errors were encountered: