This would be for determining whether change are:
- side-effects
- pure side-effect
- direct changes
- indirect changes
- direct publish
- indirect publish
- indirectly affected by publish
- soft-delete
That way we can keep terminology more consistent, and not have calling code comparing version_nums to each other to try to figure out what each of those things means.
This would be for determining whether change are:
That way we can keep terminology more consistent, and not have calling code comparing version_nums to each other to try to figure out what each of those things means.