Skip to content

Commit c3f1235

Browse files
committed
Day 25: Reflecting and sharing.
1 parent 34a9483 commit c3f1235

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Here are the different challenges :
7070
- [Day 22: Design a diamond program using T.D.D and Property-Based Testing.](exercise/day22/docs/challenge.md)
7171
- [Day 23: Refactor the code after putting it under test.](exercise/day23/docs/challenge.md)
7272
- [Day 24: Write the most complicated code you can.](exercise/day24/docs/challenge.md)
73+
- [Day 25: Share with the world what you have learned.](exercise/day25/docs/challenge.md)
7374

7475
### Solutions
7576
A solution proposal will be published here every day during the `Advent Of Craft` containing `the code` and a `step by step` guide.

exercise/day25/docs/challenge.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Day 25: Reflecting and sharing.
2+
3+
Still hungover from last night's celebration, it's time
4+
to start reflecting on your journey.
5+
6+
What did you learn? What do I want my community to know?
7+
8+
Today is about sharing.
9+
10+
We invite the people who took this journey to fill out the
11+
feedback form (link in the comment).
12+
https://forms.gle/3bchxosgKtXuF1iR6
13+
14+
We are celebrating Christmas and the craft in general, and we
15+
would like you to make some noise on LinkedIn.
16+
17+
Please, share on social media (@adventofcraft) and the discord
18+
what your experience was like.
19+
20+
> **Challenge of day 25: Share with the world what you have learned.**
21+
22+
- <u>💡HINT:</u> Follow your intuition.

exercise/day25/docs/sharing.png

519 KB
Loading

exercise/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<module>day22</module>
3434
<module>day23</module>
3535
<module>day24</module>
36+
<module>day25</module>
3637
</modules>
3738

3839
<properties>

0 commit comments

Comments
 (0)