From 8d60c7f93407988ee0232ea90980028f299cb0f3 Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 26 Sep 2025 13:39:28 +0200 Subject: Initial Commit --- data/packs/programming.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/packs/programming.json (limited to 'data/packs/programming.json') 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"} +] -- cgit v1.2.3