27

I like developers who are good at Naming variables and writing a good commit message!

Comments
  • 5
    Agreed. I like to think of a good commit comment as one that's as descriptive as a British commentator on a BBC nature documentary describing a pride of lions stalking giraffes in an African savanna.
  • 5
    I hate when they name is like

    int positionNew;
    int rangeNewNew;
  • 0
    Don't forget good comments! Unless the code is intentionally obfuscated...
  • 2
    Amen for commit logs and detailed messages
  • 0
    Agreed, try and keep commits small and explain what the commit does.
  • 0
    git commit -m "Minor changes to core module"
Add Comment