Java Reference
In-Depth Information
The date of program creation
A description of the program's purpose and the functions it performs
A history of the program changes and updates
A listing of the tools used in developing the program
A description of the software and hardware environment required to run the
program
Programmers create their own program headers which they paste into
all their sources. The following is a general-purpose program header that
you can adapt to suit your needs:
//*************************************************************
//*************************************************************
// Program name
// Copyright (c) 200? by
// ALL RIGHTS RESERVED
//*************************************************************
//*************************************************************
// Date:
Coded by:
// Filename:
Module name:
//
Source file:
// Program description:
//
//*************************************************************
// Libraries and software support:
//
//*************************************************************
// Development environment:
//
//*************************************************************
// System requirements:
//
//*************************************************************
// Start date:
// Update history:
//
DATE
MODIFICATION
//
//*************************************************************
// Test history:
// TEST PROTOCOL
DATE
TEST RESULTS
//
//*************************************************************
// Programmer comments:
//
//
//*************************************************************
//*************************************************************
Search WWH ::




Custom Search