What Does Forward Engineering Mean?
Forward engineering is the process of building from a high-level model or concept to build in complexities and lower-level details. This type of engineering has different principles in various software and database processes.
Generally, forward engineering is important in IT because it represents the ‘normal’ development process. For example, building from a model into an implementation language. This will often result in loss of semantics, if models are more semantically detailed, or levels of abstraction.
Forward engineering is thus related to the term ‘reverse engineering,’ where there is an effort to build backward, from a coded set to a model, or to unravel the process of how something was put together.
Techopedia Explains Forward Engineering
It’s crucial to note, though, that reverse engineering is also a term widely used in IT to describe attempts to take a software product or other technology apart and inspect how it works. In this type of contrast, forward engineering would be a logical ‘forward-moving’ design, where reverse engineering would be a form of creative deconstruction.
Some experts provide specific examples of forward engineering, including the use of abstract database models or templates into physical database tables. Other examples include a situation where developers or others make models or diagrams into concrete code classes, or specific code modules.