Skip to content
b.stefanuk.ca
Search
K
Main Navigation
Catalog
GitHub
GitLab
LinkedIn
Appearance
GitHub
GitLab
LinkedIn
Menu
Return to top
On this page
Table of Contents for current page
Essential Software Design Principles
Separation of Concerns
Databases: Provide access to a database through a well-defined interface. Use a separate database access service, which can also act as a caching layer for the database.