1331 Views
A computer science professor of mine once said, "For me to understand your code, show me your data." The design of data is central to designing code. It can shape the character of the code. Architectural decisions can turn on an estimation of how much and what kind of data is used during the program execution.
0 comments