Tagged Questions
10
votes
5answers
848 views
Scala dependency injection: alternatives to implicit parameters
Please pardon the length of this question.
I often need to create some contextual information at one layer of my code, and consume that information elsewhere. I generally find myself using implicit ...