From 7a626d81abfbcc7d2315c9b1cb732c22267258de Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 9 Aug 2025 12:27:36 +0330 Subject: [PATCH] fix: failing build --- src/routes/articles/technical-debt/+page.svx | 21 -------------------- 1 file changed, 21 deletions(-) diff --git a/src/routes/articles/technical-debt/+page.svx b/src/routes/articles/technical-debt/+page.svx index 29826f8..956b3b8 100644 --- a/src/routes/articles/technical-debt/+page.svx +++ b/src/routes/articles/technical-debt/+page.svx @@ -2,24 +2,3 @@ title: C++ Technical Debt date: "April 20 - 2025" --- - - - - - - - -Have you ever had your project grow too messy that the idea of **total-rewrite** started haunting your -dreams? In this article I'll teach you how to avoid that state forever :) - - - -## Technical Debt - - - -What causes such a state? -