Skip to content

Commit

Permalink
Day 25: Reflecting and sharing.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanncourtel committed Dec 25, 2023
1 parent 34a9483 commit c3f1235
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Here are the different challenges :
- [Day 22: Design a diamond program using T.D.D and Property-Based Testing.](exercise/day22/docs/challenge.md)
- [Day 23: Refactor the code after putting it under test.](exercise/day23/docs/challenge.md)
- [Day 24: Write the most complicated code you can.](exercise/day24/docs/challenge.md)
- [Day 25: Share with the world what you have learned.](exercise/day25/docs/challenge.md)

### Solutions
A solution proposal will be published here every day during the `Advent Of Craft` containing `the code` and a `step by step` guide.
Expand Down
22 changes: 22 additions & 0 deletions exercise/day25/docs/challenge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Day 25: Reflecting and sharing.

Still hungover from last night's celebration, it's time
to start reflecting on your journey.

What did you learn? What do I want my community to know?

Today is about sharing.

We invite the people who took this journey to fill out the
feedback form (link in the comment).
https://forms.gle/3bchxosgKtXuF1iR6

We are celebrating Christmas and the craft in general, and we
would like you to make some noise on LinkedIn.

Please, share on social media (@adventofcraft) and the discord
what your experience was like.

> **Challenge of day 25: Share with the world what you have learned.**
- <u>💡HINT:</u> Follow your intuition.
Binary file added exercise/day25/docs/sharing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions exercise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
<module>day22</module>
<module>day23</module>
<module>day24</module>
<module>day25</module>
</modules>

<properties>
Expand Down

0 comments on commit c3f1235

Please sign in to comment.