Tag: microservices
All the articles with the tag "microservices".
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.