Andreas Hohmann · Mar 17, 2024
Propagating context using Scala's using/given
0Sign in to vote or save
This site took too long to answer. You can still read it on the original site — the toolbar below keeps your place in the directory.
We have all seen and used the infamous "context" object. Some information, whether it's the current user's authentication and authorization information or the current transaction, has to be passed through all the nice layers and slices of our software system. It starts small and, if not carefully controlled, becomes a large incoherent grab-bag of data over time. We can try to hide it in…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.