Radical Object-Orientation 101
@Ralf Thanks for writing another Article on the IOSP. This is the one that I liked the most!
Greetings
@ralf: How do I do validation (throwing also error message) and comply with the IOSP? Should I pass a continuation in the operation?
Continuation is one way.
Or just put try-catch in the integration. It's like a simple foreach loop.
Always ask yourself: Would it compromise testability and/or understandability?
@Ralf Thanks for writing another Article on the IOSP. This is the one that I liked the most!
Greetings
@ralf: How do I do validation (throwing also error message) and comply with the IOSP? Should I pass a continuation in the operation?
Continuation is one way.
Or just put try-catch in the integration. It's like a simple foreach loop.
Always ask yourself: Would it compromise testability and/or understandability?