You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize the use of Clock in the codebase, rather than constructs like Instant.now() which cannot be mocked easily. The Clock could be provided centrally.
Standardize the use of
Clock
in the codebase, rather than constructs likeInstant.now()
which cannot be mocked easily. TheClock
could be provided centrally.See also #1370
A decision record should be provided.
Originally posted by @ndr-brt in #1350 (review)
The text was updated successfully, but these errors were encountered: