roundtrip$500807$ - translation to german
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

roundtrip$500807$ - translation to german

SOFTWARE ENGINEERING CONCEPT
Roundtrip engineering

roundtrip      
n. Rundtour, Ausflug zu einem Ort und zurück
round tripping         
WIKIMEDIA DISAMBIGUATION PAGE
Round-trip; Round tripping; Round trip (disambiguation); Roundtrip; Round Trip; Round Trip (album); Round-tripping; Roundtripping
zusammengefaßtes Geschäft (kombiniertes Geschäft, Tauschhandelsgeschäft bei dem mehrere Partner beteiligt sind)
round trip         
WIKIMEDIA DISAMBIGUATION PAGE
Round-trip; Round tripping; Round trip (disambiguation); Roundtrip; Round Trip; Round Trip (album); Round-tripping; Roundtripping
Rundfahrt

Definition

round trip
(round trips)
1.
If you make a round trip, you travel to a place and then back again.
The train operates the 2,400-mile round trip once a week.
N-COUNT
2.
A round-trip ticket is a ticket for a train, bus, or plane that allows you to travel to a particular place and then back again. (AM; in BRIT, use return
)
Mexicana Airlines has announced cheaper round-trip tickets between Los Angeles and cities it serves in Mexico.
ADJ: ADJ n

Wikipedia

Round-trip engineering

Round-trip engineering (RTE) is a functionality of software development tools that synchronizes two or more related software artifacts, such as, source code, models, configuration files, and even documentation. The need for round-trip engineering arises when the same information is present in multiple artifacts and therefore an inconsistency may occur if not all artifacts are consistently updated to reflect a given change. For example, some piece of information was added to/changed in only one artifact and, as a result, it became missing in/inconsistent with the other artifacts.

Round-trip engineering is closely related to traditional software engineering disciplines: forward engineering (creating software from specifications), reverse engineering (creating specifications from existing software), and reengineering (understanding existing software and modifying it). Round-trip engineering is often wrongly defined as simply supporting both forward and reverse engineering. In fact, the key characteristic of round-trip engineering that distinguishes it from forward and reverse engineering is the ability to synchronize existing artifacts that evolved concurrently by incrementally updating each artifact to reflect changes made to the other artifacts. Furthermore, forward engineering can be seen as a special instance of RTE in which only the specification is present and reverse engineering can be seen as a special instance of RTE in which only the software is present. Many reengineering activities can also be understood as RTE when the software is updated to reflect changes made to the previously reverse engineered specification.

Another characteristic of round-trip engineering is automatic update of the artifacts in response to automatically detected inconsistencies. In that sense, it is different from forward- and reverse engineering which can be both manual (traditionally) and automatic (via automatic generation or analysis of the artifacts). The automatic update can be either instantaneous or on-demand. In instantaneous RTE, all related artifacts are immediately updated after each change made to one of them. In on-demand RTE, authors of the artifacts may concurrently evolve the artifacts (even in a distributed setting) and at some point choose to execute matching to identify inconsistencies and choose to propagate some of them and reconcile potential conflicts.

Round trip engineering supports an iterative development process. After you have synchronized your model with revised code, you are still free to choose the best way to work – make further modifications to the code or make changes to your model. You can synchronize in either direction at any time and you can repeat the cycle as many times as necessary.