Exit Point
Description:
Result (verifiable externally) obtained by executing a unit of code.
Types (RED):
Return value. (Easiest to verify).
Effect, change of state
Dependency, call to external. (Hardest to verify)
let currentValue = 0;
function additionWith...
blog.fiftywords.co1 min read