Are Slices a way to represent a change accross packages? For example, if I add a new functionality, then at least two packages will be modified.
The one the feature is imlpemented in, and the one with the tests for that feature. So a Slice could encapsulate these changes to both packages in a single piece. Am I understanding this correctly?