From e823a9a4f271424fc5e2710b927f3470e7b76c25 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Fri, 21 Feb 2025 22:38:34 +0100 Subject: [PATCH] fix post tag --- _posts/2010-01-05-good-practice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2010-01-05-good-practice.md b/_posts/2010-01-05-good-practice.md index 5088da0..162f3dd 100644 --- a/_posts/2010-01-05-good-practice.md +++ b/_posts/2010-01-05-good-practice.md @@ -1,7 +1,7 @@ --- title: "Good Programming Practices" permalink: /good-programming-practices/ -category: technical +category: technology description: Some thoughts on practices that make programming better --- I want to talk about programming and some practices that, I think, can make a programmer more efficient when observed. First, let's talk about what programming is.