Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 09 / 19.mkd
blob1ba2925677809acf6adedb71a0f5d41ec447a51d
1 # 2016/09/19
3 ## 14:09
5 I suppose today is a bit slower than yesterday.
7 ## 14:22
9 I would say for projects, I will need a way to list their contents in a way
10 that is managed by the information class. Basically a `ProjectDirectory` which
11 can be referenced. It would likely be best if it were `Closeable` where each
12 directory request is unique.
14 ## 15:48
16 However, this code will likely be shared with the actual Java compiler I would
17 write in the future, to interact with it that is. As such, it should be treated
18 as such.
20 ## 15:59
22 `CompilerDirectory` is not actually needed because that is handled by the
23 `CompilerInput` class.
25 ## 18:07
27 So all I have to do for the most part is write the bridged Java compiler
28 portion.