Add task for running tests that runs both clutter levels accordingly.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2016 / 07 / 13.mkd
blob3316ea3218122b8eabbeb012148b183693ce86ef
1 # 2016/07/13
3 ## 00:22
5 I should use a more family friendly error.
7 ## 12:23
9 I should move the comparison to after the result call. Then make `Result`
10 `AutoCloseable`, this way after being closed the results are read-only for the
11 most part and new ones cannot be added.
13 ## 12:30
15 Since a `Result` can only ever have one result, `close` should be called after
16 every case. However for neatness, autoclose can still be used.