The role of web development in web engineering
Web development is the point where analysis, requirements and design become working systems. It is not about using the newest framework; it is about delivering stable, understandable and testable behaviour that supports the real goals of the site.
In the Dianthos approach, development was guided by a few simple questions:
- Can another developer understand and safely modify this code six months later?
- Can the site be moved, backed up and restored without surprises?
- Does the implementation respect the design and content structures agreed earlier?
- Can we measure what is happening in production and act on it?
Everything else—frameworks, libraries, tools—was chosen in service of these questions.