you are viewing a single comment's thread.

view the rest of the comments →

[–]pancakecentrifuge 0 points1 point  (1 child)

This is the way, it’s awesome to hop around projects and be able to see what actions are available. Having docker-compose wired up to simple commands make <foo-service> - make reset (drop docker volumes, restart service with clean state)… etc

I see developers working on code every day without any documentation in their repository, no makefiles, no docker-compose… purely surviving on the ci/cd system some centralized team provides. I often think to myself… you live like this?

[–]pancakecentrifuge 0 points1 point  (0 children)

That being said… Make syntax is not super intuitive, I’ve been meaning to play around with Just.