Post: three laws of software design

This commit is contained in:
Robert Prehn 2024-09-01 09:59:12 -05:00
parent 9cbb85f80c
commit 7b13f97e0e
No known key found for this signature in database

View file

@ -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.