„Kompatibilitás (technika)” változatai közötti eltérés

[ellenőrzött változat][ellenőrzött változat]
Tartalom törölve Tartalom hozzáadva
Syp (vitalap | szerkesztései)
Syp (vitalap | szerkesztései)
20. sor:
 
<!--
In der Programmierung ist die Gewährleistung von Aufwärtskompatibilität schwieriger als die von Abwärtskompatibilität, weil beim Erstellen einer Version der Anwendung noch nicht alle Formate und Strukturen späterer Versionen bekannt sind. In the programming is to ensure the upward compatibility harder than that of backward compatibility, because when you create a version of the application, not all formats and structures of later versions are known. Trotzdem muss die aktuelle Version mit diesen Formaten und Strukturen arbeiten können. However, the current version of these formats and structures can work. Bei der Abwärtskompatibilität entsteht dieses Problem nicht, da man beim Erstellen der neuen Version die Formate und Strukturen alter Versionen bereits kennt. For backward compatibility, this problem arises not because when you create the new version of the formats and structures of old versions already knows.
 
Eine alte Programmversion, die Daten einer neuen Version als Eingabe erhält, kann also nur die Daten verarbeiten, für die es auch Anweisungen hat. An old version of the program, the data of a new version gets as input and can therefore only data for which it also has instructions. Der Rest muss ignoriert werden und das Programm muss versuchen, nicht abzustürzen . Webbrowser ignorieren beispielsweise neue HTML -Tags, die sie nicht kennen. The rest must be ignored and the program must try not to time. Webbrowser to ignore, for example, new HTML tags, they do not know.