mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-07 21:07:47 +00:00
chore: add frontmatter
This commit is contained in:
@@ -1,4 +1,13 @@
|
|||||||
<!--A Better Way To Code: Documentation Driven Development-->
|
---
|
||||||
|
{
|
||||||
|
title: "A Better Way To Code: Documentation Driven Development",
|
||||||
|
description: "",
|
||||||
|
published: '2021-12-28T22:12:03.284Z',
|
||||||
|
authors: ['crutchcorn'],
|
||||||
|
tags: ['documentation', 'tdd', 'ddd'],
|
||||||
|
attached: []
|
||||||
|
}
|
||||||
|
---
|
||||||
|
|
||||||
If you've spent much time in software development you've undoubtedly heard the expression “test-driven development” or "TDD" for short.
|
If you've spent much time in software development you've undoubtedly heard the expression “test-driven development” or "TDD" for short.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user