You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,9 @@ My (commented) solutions to [AoC](https://adventofcode.com/) 2015-2017 in [Rust]
16
16
17
17
## Noteworthy
18
18
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
0 commit comments