Contents contributed and discussions participated by Pablo Lalloni
Commit messages - Good practices - 2 views
365Git | Writing Git commit messages - 0 views
-
The use of the imperative, present tense is one that takes a little getting used to. When I started mentioning it, it was met with resistance. Usually along the lines of “The commit message records what I have done”. But, Git is a distributed version control system where there are potentially many places to get changes from. Rather than writing messages that say what you’ve done; consider these messages as the instructions for what applying the commit will do. Rather than having a commit with the title:Renamed the iVars and removed the common prefix. Have one like this:Rename the iVars to remove the common prefix. Which tells someone what applying the commit will do, rather than what you did. Also, if you look at your repository history you will see that the Git generated messages are written in this tense as well - “Merge” not “Merged”, “Rebase” not “Rebased” so writing in the same tense keeps things consistent. It feels strange at first but it does make sense (testimonials available upon application) and eventually becomes natural.
A Comparison Between Differential Equation Solver Suites In MATLAB, R, Julia, Python, C... - 0 views
Red Hat JBoss Fuse - EIP Transaction Guide - Error Handling and Rollbacks - 0 views
-
Checked exceptions, on the other hand, do not trigger rollback.
Uber Open Source - Jaeger - 0 views
Data Center File System | Quobyte - 0 views
plainJS - The Vanilla JavaScript Repository - 1 views
-
"jQuery is one of the great libraries that helped us overcome JavaScript browser issues when IE 6 and 7 were still around. Today, it may be a good choice to drop jQuery and its cousins, because modern browsers are pretty easy to deal with on their own. Using plain JavaScript will make your applications load and react blazingly fast."
The Fine Art of the Webpack 3 Config - 1 views
Tinc VPN - 0 views
Keycloak - 0 views
« First
‹ Previous
181 - 200 of 1300
Next ›
Last »
Showing 20▼ items per page