Feb 6, 2013
Post comments count0
Post likes count0
The curious pattern of pre-emptively rejecting the solution to your problem

A frustrating pattern that shows up occasionally in customer questions is the case where the customer poses a problem, and pre-emptively rejects the mechanism explicitly designed to solve that problem. How can we change the widget color without using IWidget::SetColor? Um, the whole point of IWidget::SetColor is to change the color o...