What's your opinion on DI? is it just enterprise overengineering shit or it actually makes your code better and testable?
Name:
Anonymous2014-05-24 19:01
>>24 This definition applies not to languages, but to their implementations. If the implementation ignores declared or inferred types, that doesn't mean another implementation might not honor them.
Oh and type errors halt execution in any language, even in Javashit. You must've meant "halts the typecheck".