Writing commit messages is like a daily exercise you have to practice as a programmer.
Even if you are writing code for fun, it's important to rea...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you for the post. Writing good git commits is really important. There is a git repo regarding it github.com/joelparkerhenderson/git... and also you can create a commit template and share it with the community 🥳
Oh, I didn't knew that.
Thanks!
Knowledge in return of knowledge, haha.
Good advice, I like the "reason" part, people usually leave that out and that's the important bit - we can see what the code changes are, and figure out what the commit is supposed to do, but why is much harder to work out, especially when browsing through older code base when original developers are not available to answer the questions anymore.
Exactly! Thanks for reading.
Implement form validation to prevent unnecessary API calls that results in error because of validation
Something like this?
"Implement form validation to prevent unnecessary API calls" should do fine. Thanks for the comment!
Thanks for sharing.
Appreciate those kind words!
This help me。THS
Thanks for reading.