chore: add frontmatter

This commit is contained in:
Corbin Crutchley
2021-12-23 23:54:06 -08:00
parent 281def9131
commit e4a953cfd9

View File

@@ -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.