diff --git a/Programmierparadigmen.md b/Programmierparadigmen.md index 1c14b72..09a263c 100644 --- a/Programmierparadigmen.md +++ b/Programmierparadigmen.md @@ -1,36 +1,36 @@ -###Programmparadigmen### +### Programmparadigmen -####Java#### +#### Java +imperative Programmiermethode +objektorientierte Programmierung +typisierte Programmiersprache -####C#### +#### C +imperative Programmiermethode +prozedurale Programmiersprache +typisierte Progrmaiersprache -####Python#### +#### Python +objektorientierte, prozeduralorientierte, funktionale Programmierung +dynamische typisierte Programmiersprache +imperative Programmierung -####go#### +#### go +objektorientiert, obwohl auf Klassen und Vererbung verzichtet wird +stark typisiert -####Javascript#### +#### Javascript +objektorientiert +dynamisch typisiert +nach Bedarf auch prozedural oder funktional -####TypeScript#### +#### TypeScript +funktional +imperativ +objektorientiert -###weitere Programmprinzpien### +### weitere Programmprinzpien DRY-Don´t repeat yourself Sehr ähnlich zu KISS. Kein sich wiederholenden Code verwenden