From cef5128f07936b11362d7494103312d99b969daa Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Mon, 3 Apr 2023 11:59:15 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9e5159ecc..663a92b78 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -202,7 +202,7 @@ 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.” > -> - John Ousterhout in "A Philosophy of Software Design" +> \- 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.