Show Me Yours: Application Internals

Details regarding how data is pulled out of our application’s internal data structures and other parts of the system environment are factored into an Application Internals model. This isolates knowledge about where data is found and how it is accessed in a single location. We use the same user-centric organization here as we do in our LFM, so locating these getters is a simple matter of determining to what feature the particular piece of data corresponds.