doc: update TODOs, general housekeeping

This commit is contained in:
2026-09-19 21:36:31 -07:00
parent b064948d24
commit 741709623b
4 changed files with 21 additions and 9 deletions

View File

@@ -29,6 +29,12 @@
- `ops` directory
### Reinventing the wheel
Wheels aren't difficult to invent; the concept is very simple. However, there's many different types, shapes and sizes of wheels. The wheel on a shopping cart is different from the wheel on a bicycle, a car, a tractor, a train, a spool of thread, etc.
Reinventing the wheel is good. It's good to use things that are specifically built for your purpose, with exactly the set of features and affordances you need. Using a wheel that was made by someone else for a different purpose can be faster at first, but it's likely that their needs were different from yours.
### Borrowed from Ruby On Rails
- Convention Over Configuration