Unit 14 · reflection
Unit 14 Reflection
Separate one file-processing workflow into two boundaries: environment I/O and domain parsing.
Explain which part you actually executed in your environment and which part, if any, remains untested.
Then identify one failure that belongs to each boundary and explain why handling them in the same giant method would make diagnosis harder.