BOILERPLATE CODE
In computer programming, boilerplate code—or simply, boilerplate—are sections
of code that are repeated in multiple places with little to no variation. When
using languages that are considered verbose, the programmer must write a lot
of boilerplate code to accomplish only minor functionality.