Like

Liked a post on Twitter
Post details

 Reply

Supportability / operability is a big one for me - both, "what will the next team supporting this project think of this code" and "am I going to be annoyed if I get called out for this unnecessary ERROR log"? Also being much more considered for writing code that is (hopefully) more understandable than idiomatic, as folks don't necessarily come to the job with strong language knowledge, and making things understandable by all is better than a subset who know the language better

 Reply

A number of Git hosting tools (GitLab and GitHub at least) use origin/HEAD to denote primary branch on the upstream so you could probably do something with that