This video belongs to the openHPI course Web Technologies. Do you want to see more?
An error occurred while loading the video player, or it takes a long time to initialize. You can try clearing your browser cache. Please try again later and contact the helpdesk if the problem persists.
To enable the transcript, please select a language in the video player settings menu.
About this 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:
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.