F5 · Speaking to Machines
Do This for Every Item
Write a loop over a list and say what the body does on each pass.
A hundred measurements need the same small job done a hundred times. You do not write it a hundred times. You write it once and say: for every item.