Skip to content

SvenWoltmann/advent-of-code-2022

Repository files navigation

Advent of Code 2022 – Object-Oriented Solutions in Java

Build Coverage Maintainability Rating Reliability Rating Security Rating

Most solutions to Advent of Code found on the Internet consist of procedural spaghetti code that is not very readable, let alone maintainable.

I therefore took the trouble to implement each task in a truly object-oriented and test-driven way, resulting in a solution made of small, comprehensible objects interacting with each other.

For explanations of my solutions, see my Advent of Code 2022 Solutions article.

This project uses Java 19 features, including preview features, so most classes must be compiled and run with Java 19 and the --enable-preview flag.