From 4fd82f0c7a53dfc7590702b01c86d291b8255bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Kr=C3=BCger?= Date: Mon, 18 Mar 2024 16:03:44 +0100 Subject: [PATCH] docs(DEVELOPMENT): clarify --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.