summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-06 12:16:37 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-06 12:16:37 +0100
commitb2c120698fc50bb6fe3e131144964cc071b53fd0 (patch)
treee80099162a46aff40739ace3a39155851d244302
parent1158e78a87f26ed6eea93835022fc832b3d4a408 (diff)
Add "The type system is a programmers best friend"
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/computer/programming.md b/computer/programming.md
index 87561ee..b079089 100644
--- a/computer/programming.md
+++ b/computer/programming.md
@@ -31,3 +31,5 @@ tutorials and resources.
* [glibc is still not Y2038 compliant by default](https://ariadne.space/2021/12/29/glibc-is-still-not-y2038-compliant-by-default/)
* [Programming breakthroughs we need](https://yoyo-code.com/programming-breakthroughs-we-need/)
* [hackernews](https://news.ycombinator.com/item?id=32495133)
+* [The type system is a programmer's best friend](https://dusted.codes/the-type-system-is-a-programmers-best-friend)
+ * [hackernews](https://news.ycombinator.com/item?id=33480571)