aboutsummaryrefslogtreecommitdiff
path: root/data/packs/programming.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/packs/programming.json')
-rw-r--r--data/packs/programming.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/data/packs/programming.json b/data/packs/programming.json
new file mode 100644
index 0000000..77c2e12
--- /dev/null
+++ b/data/packs/programming.json
@@ -0,0 +1,7 @@
+[
+ {"category":"programming","content":"Programming is the art of telling another human what one wants the computer to do.","attribution":"Donald Knuth"},
+ {"category":"programming","content":"Code is like humor. When you have to explain it, it's bad.","attribution":"Cory House"},
+ {"category":"programming","content":"Any fool can write code that a computer can understand. Good programmers write code that humans can understand.","attribution":"Martin Fowler"},
+ {"category":"programming","content":"Premature optimization is the root of all evil.","attribution":"Donald Knuth"},
+ {"category":"programming","content":"Simple is better than complex. Complex is better than complicated.","attribution":"The Zen of Python"}
+]