Skip to content
Snippets Groups Projects
  • Daniel Wagner-Hall's avatar
    2110e35f
    Introduce a Requester object · 2110e35f
    Daniel Wagner-Hall authored
    This tracks data about the entity which made the request. This is
    instead of passing around a tuple, which requires call-site
    modifications every time a new piece of optional context is passed
    around.
    
    I tried to introduce a User object. I gave up.
    2110e35f
    History
    Introduce a Requester object
    Daniel Wagner-Hall authored
    This tracks data about the entity which made the request. This is
    instead of passing around a tuple, which requires call-site
    modifications every time a new piece of optional context is passed
    around.
    
    I tried to introduce a User object. I gave up.