casey / just

🤖 Just a command runner
https://just.systems
Creative Commons Zero v1.0 Universal
21.8k stars 485 forks source link

Consider renaming `recipe` to `task` #166

Closed casey closed 1 year ago

casey commented 7 years ago

The word "recipe" comes from make's terminology. However, since just is not a build system that is intended to produce artifacts, the term is a bit lacking. The best alternative to is probably task.

I'm waffling over whether or not this change is a good idea, so 👍 if you prefer the name task, and 👎 if would rather that we keep the existing recipe terminology.

kbknapp commented 7 years ago

action?

casey commented 7 years ago

Action is okay, although I haven't seen it used in that sense before. I like that they would be "just actions" though. It has kind of a poetic ring to it.

Ezku commented 7 years ago

Since the first comment had multiple suggestions, can I 👍 "just tasks"? :)

TeddyDD commented 7 years ago

I like term "recipe". It sounds... tasty 🍰

runeimp commented 7 years ago

I like task, action, and chore better than recipe, myself. And in that order.

dionjwa commented 3 years ago

I would go with command. Here are some extremely subjective and personal reasons (add "for me" to every statememt :-)):

I can't believe I have such strong preferences but just is changing the way I organize complex mono-repos, and I have manually changed the default to "Commands:" myself. Thanks for changing my life @casey !

casey commented 1 year ago

I think the ship has sailed on this one.