How extension methods ruined unit testing and OOP, and a way forward
Posted by: eXtensible mind,
on 05 May 2011 |
View original | Bookmarked: 0 time(s)
You probably know Im an advocate of a particular way of doing extension methods that I call the Extension Method Entry Point Pattern, which makes it easier to mock them. This technique, while very useful and recommended for highly cohesive sets of extension methods over a given API, is not well suited for the kind [...]...