aboutsummaryrefslogtreecommitdiff
path: root/data/packs/programming.json
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2025-09-26 13:39:28 +0200
committersrdusr <trevorgray@srdusr.com>2025-09-26 13:39:28 +0200
commit8d60c7f93407988ee0232ea90980028f299cb0f3 (patch)
treeb343b691d1bce64fb3bc9b40324857486f2be244 /data/packs/programming.json
parent76f0d0e902e6ed164704572bd81faa5e5e560cf3 (diff)
downloadtyperpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.tar.gz
typerpunk-8d60c7f93407988ee0232ea90980028f299cb0f3.zip
Initial Commit
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"}
+]