From c7af276158df66cda2cfb1d742765383fb9ba160 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 4 Feb 2026 15:18:13 +0100 Subject: [PATCH] link to slides added --- docs/events/2026-02-03/Coding_Styles.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/events/2026-02-03/Coding_Styles.md b/docs/events/2026-02-03/Coding_Styles.md index 90286dd71c..f73e37885e 100644 --- a/docs/events/2026-02-03/Coding_Styles.md +++ b/docs/events/2026-02-03/Coding_Styles.md @@ -8,3 +8,5 @@ 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. + +[Link to slides](index.html)