|
|
|
|
|
by JonWood
5209 days ago
|
|
This strikes me as being similar to extracting bits of a model out into modules that then get included back into that model. It looks like you're reducing the complexity of the model, but in fact you're just hiding it elsewhere, without making it any easier to stub things out. |
|
How would you do it?