From 747eda04e6cb01483fcea1c480b802aed0d3678b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pascal=20Honor=C3=A9?= Date: Fri, 20 Sep 2024 17:09:12 +0100 Subject: [PATCH] Update docs/coding-directives.md Co-authored-by: James Gorrie --- docs/coding-directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/coding-directives.md b/docs/coding-directives.md index 7fd54080..250d7fca 100644 --- a/docs/coding-directives.md +++ b/docs/coding-directives.md @@ -1,4 +1,4 @@ -# Coding Conventions +# Coding Directives The price migration engine doesn't have coding conventions per se. ZIO does a very good job at keeping sanity between pure and impure code, and putting adhoc code into migration specific objects (the set up of the so called "modern" migrations) helps separate the general engine logic from specific requests. We also rely on the coding expertise of contributors to simply do the right thing (including breaking rules when needed).