This commit is contained in:
Oscar Plaisant
2024-03-28 12:21:04 +01:00
parent 871cbb94b4
commit c296a453b6
41 changed files with 526 additions and 306 deletions

View File

@@ -12,7 +12,14 @@ source:: [[ParadigmeProgrammation]]
>
> Le paradigme fournit (et détermine) la vision du développeur sur l'exécution de son programme.
^definition
> [!cite] [Programming Paradigms for Dummies: What Every Programmer Should Know](zotero://select/groups/5383243/items/673TMQRT) - [Page 10](zotero://open-pdf/groups/5383243/items/P4L4LCJZ?page=2&annotation=2294PTUD)
> A programming paradigm is an approach to programming a computer based on a mathematical theory or a coherent set of principles.
>
> > [!note] Notes
> > Paradigme: approche (éventuellement mathématique) de la programmation
> >
> > - chaque paradigme est défini à partir de principes de base (éventuellement une théorie mathématique)
> ^2294PTUDaP4L4LCJZg5383243p2
> [!example] Exemples de paradigmes