Slide 27
Slide 27 text
Jonathan Wallace @jonathanwallace
Algorithmic Thinking
Now let me show you my application from Softgiving. This is one folder in one directory in the application. Here’s where we’ve modeled the domain. We
have 59 models. That would be 1711 connections if each model were fully connected to every other model. My boss the other day asked about adding
multiple accounts per organization. We would now have another dimension, or another node, in the application. This would lead to 1770 connections. You
can see how each new variable, new dimension, new grouping that we add, may add complexity to how we capture, store, and associate data.