Y
Hacker News
new
|
ask
|
show
|
jobs
by
TheLoneWolfling
4082 days ago
Right. And now you're pushing what should be a compile-time error to runtime, and slowing down performance with runtime checks to boot.
1 comments
slantedview
4082 days ago
Indeed, but it allows library authors the ability to write nicer APIs without having to pass Class references around - they can be resolved.
link