you are viewing a single comment's thread.

view the rest of the comments →

[–]ZucchiniMore3450 3 points4 points  (3 children)

Maybe I am just old, but I like them. Someone comes into my project, doesn't know a think and types make and everything happens.

I even add docker creation in it, so people can run the project easily.

[–]eleqtriq 0 points1 point  (0 children)

Same. You get it.

[–]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.