how do you actually make a decision - what should ...
# getting-started
o
how do you actually make a decision - what should be var and what should be val? when some complicated code is involved and an author uses a val, it always gets me thinking of "how can this be a value, if it might be called multiple times"? wouldn't there be too many instances of the "same" val?