From 5f5578320a8b3eb591225c005a8849f30a4062a3 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 4 Feb 2026 15:03:47 +0100 Subject: [PATCH] file deleted --- docs/events/2026-02-03/2026-02-03 Coding Styles.md | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 docs/events/2026-02-03/2026-02-03 Coding Styles.md diff --git a/docs/events/2026-02-03/2026-02-03 Coding Styles.md b/docs/events/2026-02-03/2026-02-03 Coding Styles.md deleted file mode 100644 index 90286dd71c..0000000000 --- a/docs/events/2026-02-03/2026-02-03 Coding Styles.md +++ /dev/null @@ -1,10 +0,0 @@ -# Achim Gsell: Coding Styles - -**Presenter:** Achim Gsell -**When:** 3. February 2026; 11:00-11:45am -**Where:** PSI OHSA/E13 - -Coding style matters in software development because most code is read far -more often than it is written—and usually by someone other than the original -author. A consistent style makes intent obvious and helps the developers in -writing better code.