Posts Tagged ‘Matcher’
Simple and clear code – what does it look like? Basically, besides comprehensible clear naming we expect it to be highly granular and to have as little as possible branching. Indeed, such code is easy to read, to understand its purpose and required test coverage is optimal.
Well, clear naming has nothing special to talk about. [...]
Categories: Design patterns
