Understanding Slices
Posted by
Sergio Fedi on
Apr 29, 2015; 11:55am
URL: https://forum.world.st/Understanding-Slices-tp4822860.html
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?