Skip to content

Commit

Permalink
Update 0008-procedural-vs-declarative-devices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl authored Oct 8, 2024
1 parent 68afa18 commit 4a1eb19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4a1eb19

Please sign in to comment.