Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c033693

Browse files
more details in the documentation
Took 5 minutes
1 parent 9c9519f commit c033693

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

‎README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,18 @@ Solutions in Java for the Advent of Code in 2024
99
3. Improve readability when writing an algorithm
1010
4. Lower down the complexity and improve the performances when not impacting too much the readability
1111
5. Try some new features of the languages or libraries when possible
12-
6. Use the [Darkyen's Time Tracker](https://plugins.jetbrains.com/plugin/9286-darkyen-s-time-tracker) to inject the time spend of each puzzle`
12+
6. Use the [Darkyen's Time Tracker](https://plugins.jetbrains.com/plugin/9286-darkyen-s-time-tracker) to inject the time spend of each puzzle
1313

1414
## Automatic tool
1515

16-
This year I create an automation to quickly setup the environment; the script download the daily input to the `test/resources` folder, it prepares the initial Java code for the main algorithm and it prepares the tests to run the algorithm with the proper input. The code is in [DaySetup.java](src/main/java/aminetti/adventofcode2024/DaySetup.java) and it uses [DayXX.java](src/main/java/aminetti/adventofcode2024/dayXX/DayXX.java) and [DayXXTest.java](src/test/java/aminetti/adventofcode2024/dayXX/DayXXTest.java) as templates for the main code and the tests.
16+
This year I create an automation in Java to quickly setup the daily environment.
17+
18+
The code is in [DaySetup.java](src/main/java/aminetti/adventofcode2024/DaySetup.java), it uses [DayXX.java](src/main/java/aminetti/adventofcode2024/dayXX/DayXX.java) and [DayXXTest.java](src/test/java/aminetti/adventofcode2024/dayXX/DayXXTest.java) as templates for the main code and the tests.
19+
20+
When the `DaySetup::main` runs it:
21+
22+
1. downloads the daily input to the `test/resources` folder
23+
2. prepares the initial Java code for the main algorithm
24+
3. prepares the tests to run the algorithm with the proper input
25+
26+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /