diff --git a/content/blog/documentation-driven-development/index.md b/content/blog/documentation-driven-development/index.md index 390c26bd..edabb10a 100644 --- a/content/blog/documentation-driven-development/index.md +++ b/content/blog/documentation-driven-development/index.md @@ -1,7 +1,7 @@ --- { title: "A Better Way To Code: Documentation Driven Development", -description: "Test driven development is often taught to improve a your dev workflow; I think works Documentation drive development (DDD) works better.", +description: "Test Driven Development is often taught to improve a your workflow; I present Documentation Driven Development as an alternative approach.", published: '2022-01-18T22:12:03.284Z', authors: ['crutchcorn'], tags: ['documentation', 'testing', 'opinion'], diff --git a/content/blog/five-suggestions-for-simpler-tests/index.md b/content/blog/five-suggestions-for-simpler-tests/index.md index dc7c11d7..613423c6 100644 --- a/content/blog/five-suggestions-for-simpler-tests/index.md +++ b/content/blog/five-suggestions-for-simpler-tests/index.md @@ -1,7 +1,7 @@ --- { title: "Write Simpler Tests - 5 Suggestions for Better Tests", - description: "Writing tests is an big skill for any engineer, but we often over-complicate our tests. Let's simplify them for better tests overall!", + description: "Writing tests is a big skill for any engineer, but we often over-complicate them. Let's simplify our tests for better testing overall!", published: '2020-05-26T05:12:03.284Z', authors: ['crutchcorn', 'skatcat31'], tags: ['testing', 'jest'], diff --git a/content/blog/making-an-angular-blog-with-scully/index.md b/content/blog/making-an-angular-blog-with-scully/index.md index 1fbc9d57..592654e6 100644 --- a/content/blog/making-an-angular-blog-with-scully/index.md +++ b/content/blog/making-an-angular-blog-with-scully/index.md @@ -1,7 +1,7 @@ --- { title: "Building an Angular Blog With Scully", - description: "NuxtJS and Gatsby allow you to make SSG-enabled blog, but Angular doesn't have an equivalent... Until now. Let's build a blog with Scully!", + description: "NuxtJS and Gatsby allow you to make SSG-enabled blogs, but Angular doesn't have an equivalent... Until now. Let's build a blog with Scully!", published: '2020-03-17T05:12:03.284Z', authors: ['crutchcorn'], tags: ['angular', 'ssg', 'scully'], diff --git a/content/blog/python-list-comprehension-guide/index.md b/content/blog/python-list-comprehension-guide/index.md index 89b7ce37..832fd236 100644 --- a/content/blog/python-list-comprehension-guide/index.md +++ b/content/blog/python-list-comprehension-guide/index.md @@ -1,7 +1,7 @@ --- { title: "Python List Comprehension - The Comprehensive Guide", - description: "Python is language with a broad and powerful APIs. One such API is 'List Comprehensions'. Let's learn to use them to improve your code!", + description: "Python is a language with broad and powerful APIs. One such API is 'List Comprehensions'. Let's learn to use them to improve your code!", published: '2021-05-07T22:12:03.284Z', authors: ['crutchcorn'], tags: ['python'],