2 Comments

Great summary on CI/CD pipelines, Marcos. I used Makefiles extensively at the start of my career, but for no reason (maybe influenced by other devs), I moved to shell scripts. What would you say the benefit is of using Makefiles over shell scripts?

Expand full comment

Thanks for sharing your experience Also!

Using shell scripts is a good option as well.

From my point of view, I would say the Makefiles are more human readable than she'll scripts.

As simple as that 😅

What do you think?

Expand full comment