Personal attempt to solve the advent-of-code1 puzzles in a TDD fashion with python.
- Repo setup:
- 🚧
try outruffas a linter, thus replacingflake8 - 🚧
makefile|justfile - 🚧 rely on a unique configuration file (possibly
pyproject.toml) - 🚧 add
mkdocs-rendered docs - 🚧 add
mypy(--strict?) in the pipeline - 🚧 try out
ruffas a formatter, thus replacingblack? - 🚧 Dockerization?
- 🚧 else?
- 🚧
- Puzzles:
- 🚧 keep on working on them at my own pace (previous years as well)
- 🚧 possibly use them as a playground to learn
rust? (ambitious)
Footnotes
-
advent-of-code– An annual event of Christmas-oriented programming challenges started December 2015. Every year since then, beginning on the first day of December, a programming puzzle is published every day for twenty-five days. You can solve the puzzle and provide an answer using the language of your choice. ↩
