Understand your Project with metrics: Module Deepness
Splitting an app into modules is an essential technique for managing software complexity. Modules allow us developers to focus on smaller parts of the app at a time by hiding away complexity. Although they hide information, a module need to expose some of the code it contains, otherwise other modules couldn’t interact with it. There’s …
Understand your Project with metrics: Module Deepness Read More »