Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Desynchronisation (0.09 sec)

  1. docs/de/docs/tutorial/extra-models.md

    ///
    
    ## Verdopplung vermeiden
    
    Reduzierung von Code-Verdoppelung ist eine der Kern-Ideen von **FastAPI**.
    
    Weil Verdoppelung von Code die Wahrscheinlichkeit von Fehlern, Sicherheitsproblemen, Desynchronisation (Code wird nur an einer Stelle verändert, aber nicht an einer anderen), usw. erhöht.
    
    Unsere Modelle teilen alle eine Menge der Daten und verdoppeln Attribut-Namen und -Typen.
    
    Das können wir besser machen.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. docs/en/docs/tutorial/extra-models.md

    ///
    
    ## Reduce duplication
    
    Reducing code duplication is one of the core ideas in **FastAPI**.
    
    As code duplication increments the chances of bugs, security issues, code desynchronization issues (when you update in one place but not in the others), etc.
    
    And these models are all sharing a lot of the data and duplicating attribute names and types.
    
    We could do better.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 7.7K bytes
    - Viewed (0)
Back to top