From 588c97b5504d6b979d73a89d55134ac7bd8c1a72 Mon Sep 17 00:00:00 2001 From: stereobooster Date: Sat, 29 Jun 2024 01:10:33 +0200 Subject: [PATCH] notes --- content/Principle.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/Principle.md diff --git a/content/Principle.md b/content/Principle.md new file mode 100644 index 0000000..5a38466 --- /dev/null +++ b/content/Principle.md @@ -0,0 +1,13 @@ +--- +title: "Principle" +date: 2024-06-29T00:00:00+00:00 +--- + +> A wizard's staff poked out. The chieftain saw the knob on the end. +> "Now, then," he said, pleasantly. "I know the rules. Wizards aren't allowed to use magic against civilians except in genuine life-threatening situa-" +> There was a burst of octarine light. +> "Actually, it's not a rule," said Ridcully. "It's more a guideline." +> +> -- Lords and Ladies, Novel by Terry Pratchett + +There are a lot of programming principles such as DRY, SOLID, KISS etc. Just keep in mind they are not rules, they are more guidelines.