top | item 45057907

(no title)

vittore | 6 months ago

Interesting choice to use just

discuss

order

mtndew4brkfst|6 months ago

It has both a justfile and a makefile at the root, even. Most of us seem to want to use it to throw make away entirely.

That said, I consider `just` very language-agnostic and useful because of that, and I consider mix pretty bad at any workflow needs that isn't directly concerned with BEAM.

zamalek|6 months ago

It's not technically a make replacement (make does do things like incremental build management etc.), but it just goes to show how bad the DX of make is.

MangoToupe|6 months ago

I think it's hard for me to name better software than make. TeX, maybe? that seems like an insanely high bar to clear.

keeganpoppen|6 months ago

i'm a pretty big fan of just, personally, but do not consider that to be the world's most well-considered position by any means...