Indentations break the feed.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2019 / 08 / 11.mkd
blob1e4b8735e46bc89004e7cf3510d13ded7c1d8303
1 # 2019/08/11
3 ## 09:16
5 Going to work on SquirrelJME today or at least attempt to do so.
7 ## 09:36
9 You know I could probably make a class which makes writing regions and such
10 easier. I manually manage them along with their offsets and do I really
11 need to do that? I really think not, I could have a class which checks
12 things and allows for multiple region writing at the same time. I think that
13 would make all these multi-sections easier and such. Because looking at the
14 code and such the way I do padding manually does not really make for much
15 readability.
17 ## 09:49
19 I definitely do need a refactor of this code.