Correct spelling.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 04 / 24.mkd
blob3382cd03622888aa2caa5c48e27036ed0b81f00d
1 # 2016/04/24
3 ## 07:54
5 It might actually be faster to just start from a new base and build up from
6 that rather than breaking and fixing all the existing code so that interfaces
7 are used instead.
9 ## 08:06
11 This should at least result in much cleaner code. Then if I need to make any
12 adjustments or add support for different class formats (perhaps pack200)
13 then I do not need to support new interfaces, just use the existing one.