Tag: clean-architecture
All the articles with the tag "clean-architecture".
Deletion thinking as tool to make system really loosly coupled
Posted on:August 5, 2022 at 02:05 AMOne way to judge if a software module is well-defined is to use deletion thinking, which involves evaluating the number of changes required to remove the module and questioning whether all public interfaces are necessary.
What is domain layer?
Posted on:July 5, 2022 at 02:05 AMExplore the significance of the Domain Layer in software development, covering its role as the heart of an application, its resistance to business changes, and best practices for ensuring its robustness.