Skip to main content

Add some more notes to the README

ID
39f928c
date
2024-08-20 12:12:00+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
8591105
message
Add some more notes to the README
changed files
1 file, 10 additions, 3 deletions

Changed files

README.md (188) → README.md (623)

diff --git a/README.md b/README.md
index 482b66e..81a0f47 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,13 @@ create-thumbnail PATH [--width=WIDTH | --height=HEIGHT] --out-dir=OUT_DIR
 
 focusing on a small piece of code makes it better
 
-* errors:
-    -> creates thumbnail directory
-    -> /dev/null
+"DRY" / rule of three / https://en.wikipedia.org/wiki/Rule_of_three_(computer_programming)
+good at doing inside a single project
+but not across project
+this is thumbnailing code that I've written across at least half a dozen projects
+but it's always an adjunct to the main rpoject
+never made it a project on its own so it's always a slightly rushed, half-baked bit of code
+pul it out into its own project!
+
+thumbnails = don't feel need in local dev, cos everything is whizzy fast
+much better here