Skip to content

Commit 8941b04

Browse files
Update readme.
1 parent f84dd15 commit 8941b04

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ My (commented) solutions to [AoC](https://adventofcode.com/) 2015-2017 in [Rust]
1616

1717
## Noteworthy
1818
For `assembunny` (days 12 & 23 in 2016), I implemented a JIT VM. It sounds crazy (and totally overkill), but it was a lot of fun :)
19+
20+
## Other random remarks
21+
- Writing the input parsing code takes a whole bunch of time. I should do something about that.
22+
- I should look for duplicated logic and refactor code to leverage some utility code. E.g. wrap-around slice/vector might be useful for a bunch of puzzles.
23+
- I still feel I'm sometimes fighting the borrow checker. I need to work on my Rust skills, and perhaps
24+
do some things differently.

0 commit comments

Comments
 (0)