Operation (Make)
In Make, an operation is a single execution of a module, and it is the unit Make bills against your plan.
Analogy
Like a stamp used each time a station processes one item.
Why it matters
Operations determine Make's cost, so reducing redundant module runs keeps scenarios efficient.
In practice
A module processing 10 items consumes roughly 10 operations.
