|
|
|
|
|
by jacobsenscott
1459 days ago
|
|
If you're working with badly named variables you have more problems than a type system can help with. It doesn't matter "what precisely" is the the thing that you are adding to the chart, and a static type system won't tell you that either. There could be be any of 1000 things that implement IItem. And probably half those things just throw exceptions for methods they aren't actually able to implement. |
|