diff --git a/content/blog/documentation-driven-development/index.md b/content/blog/documentation-driven-development/index.md index f9a28319..ad93d592 100644 --- a/content/blog/documentation-driven-development/index.md +++ b/content/blog/documentation-driven-development/index.md @@ -1,4 +1,13 @@ - +--- +{ +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.