Tagged Questions

2
votes
4answers
258 views

Good case for Tell, Don't Ask

Say I have two objects: Map Table At the moment I have something like this: Map.MapTable(Table tab); <- Static MapTable method. which checks if the table is mappable and then maps it but also ...