Day 23 complete

This commit is contained in:
2023-09-28 13:44:43 -04:00
parent 06252e91f5
commit b2b9592880
15 changed files with 1033 additions and 488 deletions

View File

@ -1,2 +1,4 @@
# Day 22
There is an issue with the hot-reload on vscode, does not show up in vs2022 debugger nor remedybg so I won't bother with it.
(Debugging hot-reloaded module doesn't work with vscode's debugger)

11
docs/Day 023.md Normal file
View File

@ -0,0 +1,11 @@
# Day 23
Getting state saving was nice.
I decided to expose the file inteface through the platform API permanently, so that I can use it for other things later on.
I'm changing my varaible naming convention in structus from UpperCamel to lower_snake_case.
I realized that semantic highlighting covers any contextual issues along with editor intellisense.
Even at worst case with public/protected/private specifers intellisense covers it.
So I'm going with the option that keeps my naming convention consistent and more flexible to use with Casey's exploratory programming style.