diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 2107811..14f2591 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -28,7 +28,7 @@ If you want to run the full testsuite first run `EXPORT_IMAGE=1 bash test/incus- ## Notes -Write idempotent code. Tracking state is good, idempotence is better. +Write idempotent code. Tracking migration state is good, idempotent migrations are better. Also consider implications about tracking of state changes and subsequent removal of state changes once they should cease to exist.