C# 8 Interfaces: Dangerous Assumptions in Default Implementation ⚠️
One of the features that is being promoted about C# 8 interfaces is that we can add members to an interface without breaking existing implementers. ✅
But we can cause a lot of pain if we aren't careful. 🤷🏻♂️
Let's look at some code that makes bad assumptions so that we can understand the importance of avoiding these problems. ⛔️
[ Article ] : kutt.it/csdif
〰️〰️〰️〰️〰️〰️
#CSharp #Interfaces
@ProgrammingTip