dashifen/domain

interfaces and implementation for domains and payload delivery

2.1.3 2019-11-30 20:45 UTC

This package is auto-updated.

Last update: 2024-03-29 03:24:42 UTC


README

An implementation of a domain for use in an action-domain-responder (ADR) application. Loosely based on the Aura frameworks similar implementations, this one removes the need for separate gateway and filter classes rolling that behavior into the domain and entity objects respectively. This helps cut down on the number of files within the framework while walking right up to the line, but hopefully not across it, separating the single responsibility principle from the abyss.