Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' of https://github.com/swkWien/gdcr23
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerm committed Nov 3, 2023
2 parents 80038cd + 82ac96f commit 46c2eb5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 18 deletions.
18 changes: 9 additions & 9 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{< include sessions/_00_landing/_content.qmd >}}
<!-- {{< include sessions/_00_landing/_content.qmd >}} -->

<!-- {{< include sessions/00_intro/_content.qmd >}} -->
<!-- {{< include sessions/01_kata_and_focus/_content.qmd >}} -->
<!-- {{< include sessions/02_pen_and_paper/_content.qmd >}} -->
<!-- {{< include sessions/03_classical_tdd/_content.qmd >}} -->
<!-- {{< include sessions/04_outsidein_without_mocks/_content.qmd >}} -->
<!-- {{< include sessions/05_outsidein_with_doubles/_content.qmd >}} -->
<!-- {{< include sessions/06_constraints/_content.qmd >}} -->
<!-- {{< include sessions/n_outro/_content.qmd >}} -->
{{< include sessions/00_intro/_content.qmd >}}
{{< include sessions/01_kata_and_focus/_content.qmd >}}
{{< include sessions/02_pen_and_paper/_content.qmd >}}
{{< include sessions/03_classical_tdd/_content.qmd >}}
{{< include sessions/04_outsidein_without_mocks/_content.qmd >}}
{{< include sessions/05_outsidein_with_doubles/_content.qmd >}}
{{< include sessions/06_constraints/_content.qmd >}}
{{< include sessions/n_outro/_content.qmd >}}
8 changes: 2 additions & 6 deletions sessions/03_classical_tdd/_content.qmd
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Session 2
# Classical TDD {{< fa arrow-right-from-bracket >}}

Focus: Classical TDD

::: {style="color: #00008b; margin-left:3ex; font-size: 2em; "}
{{< fa arrow-right-from-bracket >}}
:::
Focus: Warm up your TDD and pairing muscles

Facilitator: Rea Sutter

Expand Down
24 changes: 21 additions & 3 deletions sessions/04_outsidein_without_mocks/_content.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,37 @@

<br>

Focus: TODO
Focus: **Ignore the inside** and **avoid mocks** by using **Sociable Tests** and **State-Based Tests**.

<br>

Facilitator: Gregor Riegler

---

TODO
## Outside you say?

![](./sessions/04_outsidein_without_mocks/outside-in.png){width=80% fig-align="center"}

---

{{< include ./sessions/_pairing.qmd >}}
## Big Units!

<br>

![](./sessions/04_outsidein_without_mocks/isolate.png){width=80% fig-align="center"}

<br>

Picture stolen from martinfowler.com

---

## Focus on State!

<br>

![](./sessions/04_outsidein_without_mocks/focus-on-state.png){width=80% fig-align="center"}

---

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added sessions/04_outsidein_without_mocks/isolate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46c2eb5

Please sign in to comment.