|
|
|
|
|
by marcosdumay
969 days ago
|
|
> I think maybe you're using "system" to mean a different thing than I am? No, I'm not. Are you overlooking some of the impacts of your tests and most of the impact of static verification? Those do absolutely impact your system, not only your environment. For tests it's good to keep those impacts at a minimum (for static verification you want to maximize them), but they still have some. |
|
I'm not sure about the tests - it depends on what you'd consider an impact possibly; I've been trained by my context to design code to be decomposable in a way that _is_ easily testable, but I'm not sure that is really an 'impact of the tests' (and I'm fairly confident that it makes the abstractions less complex instead of more).
Would you mind explaining what you mean in more detail?