AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
What Are Your Rules for Commenting Out Code?
GitHub actions are really in my mind one of the most powerful tools here granted Get lab also has ci stuff that you can use as well, but github actions specifically end up saving you so much. On commits on pushes on any that you can hook into any of these things and you can format your code. You can run it through a linter or say hey block these pr's if the typescript's not compiling if the style isn't passing anything. And make sure that you enforce these rules in a way That's actually enforceable because if somebody can walk past the sign that says don't go in here Then you might as well not even have it yeah The I was