|
|
|
|
|
by SideburnsOfDoom
4836 days ago
|
|
I use interfaces all the time, and like generics, they are a way of getting around the limitations of a strict type system, at the cost of making the type system more complex. I may as well say "Interfaces are an epicycle that IMHO sits poorly with JavaScript." There are good things about strong typing, but it's astonishing how many language constructs can be thrown away if you don't have it. |
|