From cc1a510ceec89f4e8569fec90547eabd7e01c9d1 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 1 Jul 2020 19:17:49 -0300 Subject: [PATCH] Alan Perlis quote --- content/quotes/alan-perlis/index.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/quotes/alan-perlis/index.md diff --git a/content/quotes/alan-perlis/index.md b/content/quotes/alan-perlis/index.md new file mode 100644 index 0000000..522c892 --- /dev/null +++ b/content/quotes/alan-perlis/index.md @@ -0,0 +1,11 @@ ++++ +title = "Alan Perlis" +weight = 97 + +[taxonomies] +tags = ["quotes", "alan perlis", "functions"] ++++ + +> "It is better to have 100 functions operate on one data structure than 10 +> functions on 10 data structures." +