|
|
|
|
|
by kpmah
1938 days ago
|
|
Specifically in the context of modules, I think it is a bad thing. It's hard to describe because I do it quite intuitively, but (very broadly) the way I find module boundaries is by trying to find the minimal interface for the maximal amount of code. For me, this usually revolves around some kind of data structure. Importantly, this is completely independent of team structure. The boundaries between teams are not necessarily the minimal interface. |
|