pepr icon indicating copy to clipboard operation
pepr copied to clipboard

named callbacks ADR

Open cmwylie19 opened this issue 3 months ago • 0 comments

Is your feature request related to a problem? Please describe.

you have a system of callbacks that produce logs. The callbacks are anonymous, so debugging which log comes from which callback can be confusing unless you manually write a name in the log message from within the callback. This consideration needs an ADR

Describe the solution you'd like

  • Given we want to look why we decided or decided not to create named callbacks
  • When we look in the adrs
  • Then we find the reason

Describe alternatives you've considered

(optional) A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

cmwylie19 avatar Mar 21 '24 15:03 cmwylie19