From 6dfbffee746f6dcf40073341d2f03603bbad1322 Mon Sep 17 00:00:00 2001 From: matthewcroughan Date: Wed, 8 Jun 2022 13:38:14 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 630ef5f..74f032e 100644 --- a/README.md +++ b/README.md @@ -104,3 +104,9 @@ Connection to itchy.scratchy.com closed. Whether to copy Nix to the remote for usage when building and activating, instead of using the Nix which is already installed on the remote. + +# Project Principles + +* No Premature Optimization: Make it work, then optimize it later if the + optimization is taking a lot of time to figure out now. +* KISS: Keep it simple, stupid. Unnecesary complexity should be avoided.