software architecture
Hexagonal architecture
Create your application to work without either a UI or a database so you can run automated regression-tests against the application, work when the database becomes unavailable, and link applications together without any user involvement. ( Japanese translation of this article at http://blog.tai2.net/hexagonal_architexture.html…
Alistair Cockburn