From 7b13f97e0eae80ad88fc803c4ca9bf40272cb0c8 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:59:12 -0500 Subject: [PATCH] Post: three laws of software design --- site/posts/2024-09-01-three-laws-of-software-design.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 site/posts/2024-09-01-three-laws-of-software-design.md diff --git a/site/posts/2024-09-01-three-laws-of-software-design.md b/site/posts/2024-09-01-three-laws-of-software-design.md new file mode 100644 index 0000000..4adebb9 --- /dev/null +++ b/site/posts/2024-09-01-three-laws-of-software-design.md @@ -0,0 +1,7 @@ +--- +title: 3 Laws of Software Design +--- + +1. The First Law: Software may not injure a human being or, through inaction, allow a human being to come to harm. +2. The Second Law: Software must obey the orders given it by human beings except where such orders would conflict with the First Law. +3. The Third Law: Software must protect its own existence as long as such protection does not conflict with the First or Second Law.