79592548

Date: 2025-04-25 12:53:02
Score: 1.5
Natty:
Report link

Instead of using a shared singleton, it's cleaner in Clean Architecture to pass the log object explicitly through the layers.

This way, the log stays tied to the request and avoids shared/global state, which fits Clean Architecture better.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: PSAU