As an elder millennial, I respect gen z and alpha for coping with modern society. It may just be a fond remembrance, but things seemed much simpler then. Creative jobs weren’t threatened by AI, the tech didn’t exist for corporations to spy on people, the US… well let’s not get into that.
I at least got to experience a decent time in history and built up enough context where I understand what is going on in the world today. That of course leads to irreconcilable sadness with where things are going, but at least I got to experience a wild culture shift.
This is the way. I do my checks on pre push because my team has a PR driven workflow. I also have an alias to
run-tests && git push origin HEAD
since my tests are expensive (minutes to run thousands of tests), and I didn’t want that in a git hook.