Skip to content

Commit

Permalink
docs(DEVELOPMENT): clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 18, 2024
1 parent 6d8bcff commit 4fd82f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 4fd82f0

Please sign in to comment.