This commit is contained in:
Oscar Plaisant
2024-03-13 11:36:31 +01:00
parent 473b24baa0
commit bb9f9102c9
218 changed files with 97170 additions and 1830 deletions

View File

@@ -0,0 +1,17 @@
source:: [[floydParadigmsProgramming1979]]
date-seen::2024-02-03
#citation #informatique
> After solving a challenging problem, I solve it again from scratch, retracing only the insight of the earlier solution. I repeat this until the solution is as clear and direct as I can hope for. Then I look for a general rule for attacking similar problems, that would have led me to approach the given problem in the most efficient way the first time. Often, such a rule is of permanent value.
## Interprétation
- méthode pour créer de nouveaux [[paradigme de programmation|paradigmes de programmation]]
- principe :
- après avoir résolu un problème complexe
- on résout à nouveau le problème en se concentrant sur l'idée principale de la précédente solution
- on recommence jusqu'à ce que la solution soit la plus claire et directe
- on cherche alors la règle générale pour résoudre tous les problèmes du même type
- quelles règles auraient amené directement à la solution la plus efficace ?
- c'est une méthode pour trouver de nouveaux [[paradigme de programmation|paradigmes]]