Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"default": true,
"MD013": { "line_length": 150 }
"MD013": { "line_length": 150 },
"MD024": false,
"MD033": false,
"MD041": false
}
50 changes: 25 additions & 25 deletions advanced-tdd/01-advanced-tdd.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ subtitle: Advanced TDD

# Pre-work

* Videos
* <https://cleancoders.com/episode/clean-code-episode-19-p1>
* <https://cleancoders.com/episode/clean-code-episode-19-p2>
* Exams
* <https://cleancoders.com/episode/clean-code-episode-19-p1/exam>
* <https://cleancoders.com/episode/clean-code-episode-19-p2/exam>
- Videos
- <https://cleancoders.com/episode/clean-code-episode-19-p1>
- <https://cleancoders.com/episode/clean-code-episode-19-p2>
- Exams
- <https://cleancoders.com/episode/clean-code-episode-19-p1/exam>
- <https://cleancoders.com/episode/clean-code-episode-19-p2/exam>

# Chapters

Expand All @@ -19,7 +19,7 @@ subtitle: Advanced TDD
:::: column

| Chapter | Time |
|----------------------------|----------|
| -------------------------- | -------- |
| Welcome | 00:00:47 |
| Core Collaps Supernova | 00:03:48 |
| TDD Review: The Three Laws | 00:12:49 |
Expand All @@ -29,43 +29,43 @@ subtitle: Advanced TDD

:::: column

| Chapter | Time |
|----------------------------|----------|
| Incremental Algorithmics | 00:01:10 |
| Getting Stuck | 00:24:57 |
| Getting Unstuck | 00:36:02 |
| Conclusion | 00:49:24 |
| Chapter | Time |
| ------------------------ | -------- |
| Incremental Algorithmics | 00:01:10 |
| Getting Stuck | 00:24:57 |
| Getting Unstuck | 00:36:02 |
| Conclusion | 00:49:24 |

::::

:::

# Timetable

| Activity | Time |
|----------------------------|--------|
| Warmup | 5 min |
| Excercise 1 | 10 min |
| Wrap up | 5 min |
| Activity | Time |
| ----------- | ------ |
| Warmup | 5 min |
| Excercise 1 | 10 min |
| Wrap up | 5 min |

# Warmup

* What ...?
* Type in the meeting chat
- What ...?
- Type in the meeting chat

# Exercise 1

* Prompt
* ...
* Time limit: ...
- Prompt
- ...
- Time limit: ...

# Wrap up

* ...
- ...

# What is next?

* Expect an e-mail with instructions for upcoming coding dojo
- Expect an e-mail with instructions for upcoming coding dojo

# Final words

Expand Down
50 changes: 25 additions & 25 deletions advanced-tdd/03-clean-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,49 +5,49 @@ subtitle: Clean Tests

# Pre-work

* Video: <https://cleancoders.com/episode/clean-code-episode-20>
* Exam: <https://cleancoders.com/episode/clean-code-episode-20/exam>
- Video: <https://cleancoders.com/episode/clean-code-episode-20>
- Exam: <https://cleancoders.com/episode/clean-code-episode-20/exam>

# Chapters

| Chapter | Time |
|----------------------------|----------|
| Overview | 00:05:52 |
| History of the Earth | 00:08:31 |
| Anatomy of a Test | 00:20:50 |
| The Arrange | 00:29:50 |
| Setup Struggles | 00:40:56 |
| Test Hierarchy | 00:52:57 |
| Clean Composition | 01:06:04 |
| The Assertion | 01:10:30 |
| Conclusion | 01:20:58 |
| Chapter | Time |
| -------------------- | -------- |
| Overview | 00:05:52 |
| History of the Earth | 00:08:31 |
| Anatomy of a Test | 00:20:50 |
| The Arrange | 00:29:50 |
| Setup Struggles | 00:40:56 |
| Test Hierarchy | 00:52:57 |
| Clean Composition | 01:06:04 |
| The Assertion | 01:10:30 |
| Conclusion | 01:20:58 |

# Timetable

| Activity | Time |
|----------------------------|--------|
| Warmup | 5 min |
| Excercise 1 | 10 min |
| Wrap up | 5 min |
| Activity | Time |
| ----------- | ------ |
| Warmup | 5 min |
| Excercise 1 | 10 min |
| Wrap up | 5 min |

# Warmup

* What ...?
* Type in the meeting chat
- What ...?
- Type in the meeting chat

# Exercise 1

* Prompt
* ...
* Time limit: ...
- Prompt
- ...
- Time limit: ...

# Wrap up

* ...
- ...

# What is next?

* Expect an e-mail with instructions for upcoming coding dojo
- Expect an e-mail with instructions for upcoming coding dojo

# Final words

Expand Down
Loading