fix: failing build
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
light7734 2025-08-09 12:27:36 +03:30
parent 4a1ecdb811
commit 7a626d81ab
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -2,24 +2,3 @@
title: C++ Technical Debt title: C++ Technical Debt
date: "April 20 - 2025" date: "April 20 - 2025"
--- ---
<script>
import Paragraph from '../Paragraph.svelte';
import HorizontalBreak from '../HorizontalBreak.svelte';
</script>
<HorizontalBreak/>
<Paragraph>
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 :)
</Paragraph>
## Technical Debt
<Paragraph>
What causes such a state?
</Paragraph>