From d6d9ce1fbc972a239bc938a96f4066a5c0a20f27 Mon Sep 17 00:00:00 2001 From: Marco Ravicini Date: Mon, 27 Apr 2026 16:20:03 +0200 Subject: [PATCH 1/2] feat: added companion blog to c# quirks --- blog/2026-03-10-weird-csharp-quirks/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/2026-03-10-weird-csharp-quirks/index.mdx b/blog/2026-03-10-weird-csharp-quirks/index.mdx index 137041e..b22d8eb 100644 --- a/blog/2026-03-10-weird-csharp-quirks/index.mdx +++ b/blog/2026-03-10-weird-csharp-quirks/index.mdx @@ -8,6 +8,8 @@ image: ./images/cover.png date: 2026-03-11 --- +_Companion blog for deciders: [Warum Softwarequalität eine Führungsentscheidung ist – und über die Lieferfähigkeit Ihres Entwicklungsteams entscheidet](https://bbv.ch/insights/blog/warum-softwarequalitaet-eine-fuehrungsentscheidung-ist-und-ueber-die-lieferfaehigkeit-ihres-entwicklungsteams-entscheidet)_ + ## One of the Problems with C# C# is a language with a long and rather diverse history. It can be used in your run-of-the-mill business applications, for game-dev, frontend with Blazor. It is cloud-native, OO, FP and just generally "everything"-ready. From a0b1236b2693af4081d5336e716653055930d795 Mon Sep 17 00:00:00 2001 From: Marco Ravicini Date: Mon, 27 Apr 2026 16:22:09 +0200 Subject: [PATCH 2/2] fix: a bit less ai-ish en-dash istead of em-dash --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fd8ca8c..cee7c19 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,10 +85,10 @@ image: ./images/cover.png # relative path to the cover image for this post, used ### Cross-posting -- You can cross-post your content to other platforms, such as - - LinkedIn, - - Reddit, - - Medium, +- You can cross-post your content to other platforms, such as + - LinkedIn, + - Reddit, + - Medium, - dev.to - and other platforms. @@ -112,7 +112,7 @@ image: ./images/cover.png # relative path to the cover image for this post, used ## Style & content guidance - Don't clickbait titles; be clear and descriptive. -- Be technical and factual — avoid marketing language. +- Be technical and factual – avoid marketing language. - Keep posts focused and reproducible: include commands, snippets, and expected outcomes. - Prefer readable code samples and link to full sample repos on GitHub when appropriate. - Cite sources and provide links for further reading.