Post: three laws of software design
This commit is contained in:
parent
9cbb85f80c
commit
7b13f97e0e
1 changed files with 7 additions and 0 deletions
7
site/posts/2024-09-01-three-laws-of-software-design.md
Normal file
7
site/posts/2024-09-01-three-laws-of-software-design.md
Normal 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.
|
Loading…
Reference in a new issue