Audience member (citing 'tell don't ask') objects that the handler asks the account if there are sufficient funds, then decides what to do. Ladd argues encapsulation can be taken too far: the if/else decides which message to write (withdrawn vs withdrawal declined), and that is a messaging concern belonging in the handler. The entity legitimately exposes a yes/no query. For more complex outcomes Eventide has no prescribed solution — it's up to the programmer to manage that complexity.