Jul 18, 2017
-
3
minute read
Put the Logic with the Data
The understandability of code is directly related to the distance between the data and the code that makes decisions based on that data. The fewer places you have to look to see the actual behavior of the system, the easier it is to comprehend.
READ MORE