summary refs log tree commit diff
path: root/doc/musings.txt
diff options
context:
space:
mode:
authordozens2024-06-08 20:58:40 -0600
committerdozens2024-06-14 21:52:00 -0600
commit1250f9f057c2e21a0edab87f0a6003a25decd1b7 (patch)
treeb71dbcf18354ebc59bec48ae926654bdf3c0a59b /doc/musings.txt
parent91b1662302c14cf84ca8b90c1f3ec20a585f67a5 (diff)
feat: add flying phase
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?