teal
teal copied to clipboard
Avoid ID coupling
This introduces a coupling to the ids defined in
teal.reporter
. If we ever change it for some reason -teal
would have to be re-released. The same goes withteal.slice
and other packages. I would like to avoid this and keep releases as much independent as possible. This actually happened in the past - onteal.slice
refactor we broke tests inteal.modules.hermes
just because they were written like this. Please invest in finding a good way to avoid such coupling.
Originally posted by @pawelru in https://github.com/insightsengineering/teal/pull/1127#discussion_r1524610935