By brianjlowry
via lowrymedia.com
Published: Jul 28 2008 / 13:16
In a previous article, I discussed the benefits of passing interfaces as parameters to a method instead of using concrete classes. Now I’m going to discuss other ways in which using interfaces can help future-proof your code, make it testable, and more extensible.
Add your comment