Skip to content

ADR 8. Reusing Code

Artem Vegera edited this page Jun 12, 2023 · 2 revisions

Status

Status

PROPOSED

Created Date

2023-01-21

Decision Date

Context

Could methods from library class A use another methods from class B in stream-utils?

the most re-usable method is safeStream() (it might be exception), but what about others?

Decision

What is the change that we’re proposing and/or doing?

Consequences

What becomes easier or more difficult to do because of this change?