Design comparison
Community feedback
- @anamaydevPosted about 1 month ago
Hey @Zeey76 your project looks great, but I just checked your GitHub and found you were using symbols as commit messages. Using commit messages like
.
or/
isn’t a good practice because it doesn’t explain what changes were made. Clear commit messages help you and others understand what was done in each update. If you ever need to review or fix something, meaningful commit messages make it much easier to track and understand your changes.For example, if you use a meaningful commit message like
"Fixed card layout"
and later realise there's an issue with thecard
, you can easily find that commit and revert or review it. If you only used.
or/
, it would be hard to know what that commit was for. Clear messages help you track and fix things faster.0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord