'''A matter of size and scale:''' You don't scale up writing a small software program (task) into writing a large software program (project) by making all the steps proportionally larger You scale it up by writing lots of small software programs on top of each other, one after the other.