MAN PAGES // WEEK 29
NAVIGATION, ARCHITECTURE, NOTES APP · Ch 12 Sec 4-6 · six terms · write your own usage line under each
$ man ARCHITECTURE
the deliberate arrangement of an app's parts
$ man RENDER_FUNCTION
the code that redraws the page from state
$ man LOGIC
the code that changes state; it never touches the page
$ man SEPARATION_OF_CONCERNS
rendering and logic kept strictly apart
$ man NAVIGATION_STATE
which view is active, stored as data
$ man APP_SHELL
the fixed HTML frame the views live inside