• 3 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: September 29th, 2023

help-circle




  • exu@feditown.comtoProgrammer Humor@lemmy.mlDeployments
    link
    fedilink
    English
    arrow-up
    11
    ·
    25 days ago

    I’d probably prefer a bash script that’s called from your CI/CD if done properly, just because I could run the same tests locally with that script. That makes the feedback loop much faster and also allows stuff like auto formatting.

    Yes, you can do git hooks, but then you have to keep it in sync with your CI/CD all the time.













  • At least for me the most learning to program happened because I had something specific in mind I wanted to achieve and just go for it.

    Yes, the code sucks (And I rewrote it 3 times originally, it still sucks), but it’s not really something I particularly care about now as it mostly works as designed.