Questions tagged [skeleton-code]

Skeleton code is basically a preset of code that can be seen as a starting point.

Whenever you would start of a new project, majority of us have one or more "skeleton code" we include. To ease the burdon when starting fresh.

Skeleton code is usually the outmost basic you would need to get you started.

Example: http://csswizardry.com/2011/01/the-real-html5-boilerplate/#html5-boilerplate

61 questions
-2
votes
2 answers

What is the proper style for implementing a skeleton class?

What is the proper style for implementing a skeleton class in Java? By skeleton I mean a class that provides a skeleton utility code, but needs a subclass to implement some of the parts. In C++ I would just add pure virtual methods into the class,…
Šimon Tóth
  • 35,456
  • 20
  • 106
  • 151
1 2 3 4
5