From 25b64c2b80ac6c421b803d6c3513b5dfdfaf4417 Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 3 Apr 2023 13:51:51 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a736a5b..221df606 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,6 +206,8 @@ We have several such interfaces defined for IAM, log sinks, organizational polic > “When developing a module, look for opportunities to take a little bit of extra suffering upon yourself in order to reduce the suffering of your users.” > +> “Providing choice is good, but interfaces should be designed to make the common case as simple as possible” +> > — John Ousterhout in "A Philosophy of Software Design" Variables should not simply map to the underlying resource attributes, but their **interfaces should be designed to match common use cases** to reduce friction and offer the highest possible degree of legibility.