From 1e365b99ed346ad30a04f79491f618d9597ef04d Mon Sep 17 00:00:00 2001 From: fdai7782 Date: Sun, 5 Nov 2023 12:04:56 +0000 Subject: [PATCH] Update Lerntagebuch.md --- Lerntagebuch.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Lerntagebuch.md b/Lerntagebuch.md index e5fd982..55479fa 100644 --- a/Lerntagebuch.md +++ b/Lerntagebuch.md @@ -60,8 +60,9 @@ ### Repetition - Programming pragmatism is the practice of prioritizing practical solutions over theoretical perfection. It is the belief that the best solution to a problem is the one that works, even if it is not the most elegant or efficient. + Programming paradigms are different ways of thinking about and approaching the development of computer programs. They describe how data and functions are organized and connected in a program. + ### Feedback