Web TechnologiesProf. Dr. Christoph Meinel

Dieses Video gehört zum openHPI-Kurs Web Technologies. Möchten Sie mehr sehen?

5.02 Web Programming by Web Frameworks

Zeitaufwand: etwa 9 Minuten

Beim Laden des Videoplayers ist ein Fehler aufgetreten, oder es dauert lange, bis er initialisiert wird. Sie können versuchen, Ihren Browser-Cache zu leeren. Bitte versuchen Sie es später noch einmal und wenden Sie sich an den Helpdesk, wenn das Problem weiterhin besteht.

Über dieses Video


Errata:
Boilerplate code is no other term for handwritten code. This has been corrected on the slides but the mistake is still in the video.
Boilerplate code is code that has to be included often with little or no alteration. It appears in many places and often it can or even should be generated automatically. One example for HTML boilerplate code would be:

enter image description here

So, this would be something you would like to have generated automatically because it doesn't really help to write it manually which also increases the risk of making a typo and thus causing an error.