A teammate and I were musing about generic constraints the other day, comparing them to checked exceptions in Java. So I found it amusing that Jeremy Miller came to the same point with Scott Allen yesterday: Question of the Day — What’s Worse?… generic constraints, or checked exceptions [in java]? Wouldn’t it be nice if we could “break the chain” of constraints at some point, when the calling code ceases to care? Since I don’t know of a pattern for … Continue reading “Thoughts on C# Generic Constraints”