Move daily emails into the blog page
This commit is contained in:
parent
be69398931
commit
1b8441608f
828 changed files with 9 additions and 196 deletions
22
source/_posts/2023-07-18.md
Normal file
22
source/_posts/2023-07-18.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
---
|
||||
title: >
|
||||
TDD as a concept is simple, but TDD is difficult
|
||||
pubDate: 2023-07-18
|
||||
permalink: >-
|
||||
daily/2023/07/18/tdd-as-a-concept-is-simple-but-tdd-is-difficult
|
||||
tags:
|
||||
- automated-testing
|
||||
- test-driven-development
|
||||
---
|
||||
|
||||
Test-driven development as a concept is easy.
|
||||
|
||||
Before you write any code, you write a failing test and then write enough code to get it to pass.
|
||||
|
||||
But implementing test-driven development is harder.
|
||||
|
||||
As well as overcoming the initial reluctance to write the tests first, it takes time to learn how to use it well.
|
||||
|
||||
Code katas are great for practising TDD, but it can take time to progress from that to using it in a full application with more pieces.
|
||||
|
||||
As with many things, practice and perseverance are key.
|
Loading…
Add table
Add a link
Reference in a new issue