Top "Boilerplate" questions

In computer programming, boilerplate is the term used to describe sections of code that have to be included in many places with little or no alteration.

Java error: Implicit super constructor is undefined for default constructor

I have a some simple Java code that looks similar to this in its structure: abstract public class BaseClass { String …

java inheritance dry boilerplate
What is boilerplate code?

A coworker had never heard of this, and I couldn't provide a real definition. For me, it's always been an …

terminology definition boilerplate
A good HTML skeleton

I want to start creating websites again, but I've been out of the HTML scene for a while now. I …

html boilerplate skeleton-code
"Boilerplate" code in Python?

Google has a Python tutorial, and they describe boilerplate code as "unfortunate" and provide this example: #!/usr/bin/python # import …

python boilerplate
How to remove gap between header and container div in HTML5 Boilerplate

I'm keen to use Paul Irish's HTML5 boilerplate but I've encountered a css problem. I want the header to be …

css html boilerplate html5boilerplate
How to use the .clearfix class?

I think I'm misunderstanding the concept of the .clearfix class. Maybe somebody can help me out. I'm looking for a …

css html html5boilerplate boilerplate
What are the risks with Project Lombok?

I'm coming up with performance goals for the new year, and I thought I'd be fun to put a goal …

java jakarta-ee boilerplate lombok
CodeIgniter + HTML5 Boilerplate + Twitter Bootstrap

I'm trying to start a new project, and was looking for the "ultimate" package to kick-start off with for PHP/…

php html codeigniter twitter-bootstrap boilerplate
How do I make rows in Zurb Foundation 4/5 full screen?

By default, rows in Zurb Foundation 4 and 5 run at a max width of 1000px, even on very large monitors, which …

css web responsive-design zurb-foundation boilerplate
Java: Is there support for macros?

I am just curious on how people solve this. I often write the same type of code all the time. …

java macros boilerplate