From 951c465d91b10f771488581555628d76263c28bd Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sat, 25 Dec 2021 07:02:34 +0100 Subject: [PATCH] some reminders for next year --- !NOTES_FOR_NEXT_YEAR | 2 ++ 1 file changed, 2 insertions(+) diff --git a/!NOTES_FOR_NEXT_YEAR b/!NOTES_FOR_NEXT_YEAR index fbc34dc..adec3ec 100644 --- a/!NOTES_FOR_NEXT_YEAR +++ b/!NOTES_FOR_NEXT_YEAR @@ -1,4 +1,6 @@ - add run() method to AOCDay, so every day can run on it's own -> enable Alt+Shit+F10 and avoid confusion -> after wards add a "if __name__ == '__main__': day = Day(); day.run()" to the skeleton - add download_input() and submit_solution() to AOCDay, this can be automated, so let it ... + -> submit_solution() should not submit None and keep track of past (wrong) attempts to not re-try those - add some sort of "start_day.py", as the manual copy/create is tedious + -> maybe even download the problem description into that days .py? At least part1; adding part2 afterwards might be tricky