summary refs log tree commit diff
path: root/doc/musings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/musings.txt')
-rw-r--r--doc/musings.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/musings.txt b/doc/musings.txt
new file mode 100644
index 0000000..afc8394
--- /dev/null
+++ b/doc/musings.txt
@@ -0,0 +1,2 @@
+# musings and learnings
+2024-06-14T19:42:55-06:00	i sure do miss types sometimes. i'd like a little warning to pop up and warn me that i'm returning a string, e.g., when i ought to be returning a bool. i wonder if i could use some kind of a fake struct.. it would just a table, obviously. but maybe i could write a function that registers structs with a struct registry? and then another function to wrap functions that take a struct as a parameter to enforce the shape of the struct?