Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 855 Bytes

File metadata and controls

17 lines (13 loc) · 855 Bytes

Hexagonal Architecture Kata

A kata to study aspects of hexagonal architecture.

Hexagonal Architecture

Hexagonal architecture or the ports and adapters architecture is an

architectural pattern used in software design. It aims at creating loosely coupled application components that can be easily connected to their software environment by means of ports and adapters.

Originated from a series of blog posts, the defining reference currently is Hexagonal Architecture Explained.