Mercury-IM/entity/README.md
Paul Schaub da9179b049
Begin work on stricter clean architecture.
* Created modules entity, entity_xmpp, which contain entities and their respective XMPP implementations
* Started process of inverting dependency between core and persistence layers
2019-11-03 06:33:52 +01:00

168 B

Entity

This module contains entity definitions for MercuryIM. According to Robert C. Martins "Clean Architecture", entities form the inner most layer of the program.