From 2e996a4ca56982e70deb99759b7cbbdd36bacf74 Mon Sep 17 00:00:00 2001 From: TheUltimateOptimist Date: Sun, 29 Oct 2023 12:53:47 +0100 Subject: [PATCH] entry for first lecture --- Lerntagebuch.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/Lerntagebuch.md b/Lerntagebuch.md index 3ecb65c..db0dc56 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -1,5 +1,18 @@ # Lerntagebuch -## Vorlesung vom 24.10.2023 +## lecture 24th October 2023 -### +### takeaway +- developer != artist +- developer == craftsman +- developer does not express emotions +- developer solves problem +- professional developer sets himself apart from non-professionals with following well thought through guidelines and best practices + +### perception +Following modern clean code best practices that have stood the test of time is a good idea for the group project. +Favoring polymorphism over inheritance is one of such practices. +More examples can be found on the [CleanCodeDeveloper](https://clean-code-developer.com) website. + +### repetition +Developers should not be considered artists. An artist expresses his emotion with his work. On the contrary, developers solve a real world problem enabling businesses to gain an edge on their competitors for example. As such, developers are way closer to craftsmen than artists. \ No newline at end of file