Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 04 / 06.mkd
blob328f93006a8f8e45bef408f7074ff54ea0e30e9c
1 # 2016/04/06
3 ## 09:27
5 Now to perform that basic refactor I have been planning on.
7 ## 09:28
9 I can do the same for threads also so that the engine class is not cluttered.
11 ## 09:36
13 Also for the classpaths, I can use the `ClassNameSymbol` so that way I do not
14 have to worry about binary names and such as they appear to a `ClassLoader`.
16 ## 09:43
18 This also simplifies the engine also when classes are looked up.
20 Actually, what I can do is permit classes to be late bound, although that may
21 complicate complexity a bit. So if classes are referenced but are never
22 initialized or called then they sort of exist until they are attempted to be
23 used.
25 ## 10:15
27 Going to have to fixup and renumber the interpreter errors.
29 ## 17:27
31 Refactored code is much cleaner now and I can progress much more easily.