fix: failing build
This commit is contained in:
parent
4a1ecdb811
commit
7a626d81ab
1 changed files with 0 additions and 21 deletions
|
@ -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>
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue