mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-07-01 11:21:05 -07:00
Day 23 complete
This commit is contained in:
@ -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
11
docs/Day 023.md
Normal 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.
|
Reference in New Issue
Block a user