0
kicks
Promise only what you acn keep - mattias-jakobsson.net
When I write a method I often try using interfaces as return type and parameters, as long as it's not a method that should return a domain object. The reason for this is that I don't wan't to promis to much to the calling code.