Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Anders Hejlsberg: Introducing TypeScript
Oct 05, 2012 at 9:16 AM@danielearwicker: Don't interfaces exist to validate their proper signature in implementations?
What's a point in occasional implementation of an interface by matching it's signature? Did I actually want to implement the interface, or I just get a "lucky" strike? What happen if I rename/refactor my method? Will somebody tell me that I break an interface?