diff mrjunejune/src/blog/thoughts-on-tdd/index.md @ 169:295ac2e5ec00

[MrJuneJune] Created separate target for generating html from md.
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 17:33:18 -0800
parents 1c0878eb17de
children
line wrap: on
line diff
--- a/mrjunejune/src/blog/thoughts-on-tdd/index.md	Mon Jan 19 16:29:02 2026 -0800
+++ b/mrjunejune/src/blog/thoughts-on-tdd/index.md	Mon Jan 19 17:33:18 2026 -0800
@@ -1,3 +1,8 @@
+---
+title: Thoughts on TDD
+description: Examining Test-Driven Development practices, unit testing debates, and the challenges of implementing TDD effectively in real-world projects.
+---
+
 # Thoughts on TDD
 
 Is testing important? Ask yourself that question. If you had to think about it for more than a few seconds, you’re either an inexperienced programmer or someone who has never had to release a product to a large group of users. Testing is not just important—it’s essential. It ensures that the software you release is less buggy and more stable because it allows you to catch issues before your customers do. That’s the "why" behind testing that everyone would agree to.