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