> You bundle stuff together, and from outside the thing looks like a small piece
Right, that is the way to go with excessive complexity. But just bundling together -- is not enough. If we bundle together irrelevant things, then such code still would be much harder to understand than more optimally bundled code.
We should bundle together things that are the most logically relevant to each other.
What to bundle together
Date: 2019-02-23 11:42 pm (UTC)Right, that is the way to go with excessive complexity.
But just bundling together -- is not enough. If we bundle together irrelevant things, then such code still would be much harder to understand than more optimally bundled code.
We should bundle together things that are the most logically relevant to each other.