Mapping Data and Behavior
Oftentimes, when writing software, we need to realize processes like this: “If A, then do B, otherwise do C.”, or that: “If A, then set X to B, otherwise set X to C.”. And there are also the more complex ones: “If A is equal to B, do X. If A is equal to C, […]