summaryrefslogtreecommitdiff
path: root/common/microlog/2024-07-16.1.gmi
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-04-27 09:10:25 +0100
committerJoe Carstairs <me@joeac.net>2026-04-27 09:10:25 +0100
commitb53412d72885d77b1a98a5b143d91236791cccd1 (patch)
tree57acc0abda4763f55e7176d1e8b0bae14f2f0f7b /common/microlog/2024-07-16.1.gmi
parent3f9988d206fe4619eb04ca4210d3d1ccbc0461d9 (diff)
website: add microlog posts for old links
Diffstat (limited to 'common/microlog/2024-07-16.1.gmi')
-rw-r--r--common/microlog/2024-07-16.1.gmi3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/microlog/2024-07-16.1.gmi b/common/microlog/2024-07-16.1.gmi
new file mode 100644
index 0000000..a09042a
--- /dev/null
+++ b/common/microlog/2024-07-16.1.gmi
@@ -0,0 +1,3 @@
+ve got many inter-dependent flags. If you have independent flags, re-writing those as enums will just end up with you re-implementing the boolean type for every parameter, and not getting much profit, I reckon.
+
+=> https://www.luu.io/posts/dont-use-booleans Don’t use booleans