video: https://www.youtube.com/watch?v=WpkDN78P884
- 7:00 structure of a typicaly rails app
- top level dir structure communicates that it is a rails app, not what the app actually does
- the web is just a delivery mechanism, just a detail, yet it dominates your project structure
- floorplan of a library, church, etc
- the top-level structure of these buildings conveys their intent / purpose
- why are we reflecting the web framework rather than the intent of the app?