Quality Management:Templates/Source Code file header

From PMISwiki
< Quality Management:Templates
Revision as of 23:08, 9 June 2012 by WikiSysop (talk | contribs) (Created page with "__NOTOC__ =={{SUBPAGENAME}}== We use the file header to ensure that the following meta data always is available: * When the file was created and by whom. * When the file was upd...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Source Code file header

We use the file header to ensure that the following meta data always is available:

  • When the file was created and by whom.
  • When the file was updated, by whom and why.

Each project may define its own format. The following templates are for inspiration:

Examples

WSDL file header:

PHP file header:

<script type="text/javascript">
</script>

JavaScript file header:

<script type="text/javascript">
</script>


References

Document History

Version Date Author Status Purpose of update
1 08 Jun 2012 PSA Draft Not released.