From 4a1eb19a2be172d1309dd8c7f1711dc255f43bba Mon Sep 17 00:00:00 2001 From: "Tom C (DLS)" <101418278+coretl@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:49:50 +0100 Subject: [PATCH] Update 0008-procedural-vs-declarative-devices.md --- .../decisions/0008-procedural-vs-declarative-devices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/explanations/decisions/0008-procedural-vs-declarative-devices.md b/docs/explanations/decisions/0008-procedural-vs-declarative-devices.md index db45cf945..7ceaba101 100644 --- a/docs/explanations/decisions/0008-procedural-vs-declarative-devices.md +++ b/docs/explanations/decisions/0008-procedural-vs-declarative-devices.md @@ -56,7 +56,7 @@ Which do we prefer? ## Decision -We decided that the declarative approach is to be preferred until we need to write formatted strings. At that point we should drop to an `__init__` method and a for loop. +We decided that the declarative approach is to be preferred until we need to write formatted strings. At that point we should drop to an `__init__` method and a for loop. This is not a step towards only supporting the declarative approach and there are no plans to drop the procedural approach. ## Consequences