Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 04 / 22.mkd
blobdf6cd78a37aee30a8fc0359a139c0519af13e7fb
1 # 2016/04/22
3 ## 15:43
5 Instead of having a few thousand subclasses for different exceptions, I will
6 just have one with a given type.
8 ## 19:18
10 `NLClass` and most of the family would be best as interfaces. Then quite
11 literally the class file interface can implement that interface and I no
12 longer need a bridge.
14 ## 19:20
16 So `NLClassLibrary` would be in the wrong package.
18 ## 20:02
20 Bridge removal would be nice and a common interface the compiler can use would
21 be nice. So with the code now no more duplicating bridge will be required and
22 I can also have the potential for classes which exist in the run-time and are
23 accessed through the interface.
25 ## 23:38
27 I can do typed exceptions for the compiler system also, so to speak.