Raimundas Banevicius

Results 13 comments of Raimundas Banevicius

Regarding this question I would suggest to follow The zen of python: Explicit is better than implicit. Errors should never pass silently. There should be one-- and preferably only one...

proxyMap.map(new MyProxy(), IMyOptionalProxyInterface, "optionalName"); If I need a proxy... I just map it. If I need it only sometimes... I have commands to handle that. I hate any automation regarding...

Hm... Good point. In both cases injection is used... but we use different approaches. Your approach is universal and generic, mine is tied to framework and does what I need...