Microsoft Access Code Management

From database24
Revision as of 23:41, 25 April 2010 by Dec (talk | contribs) (Created page with '== Import == Import code versions into the code base. == Export == Export code versions into files. == Task management == Scan code base for task constants * @FIXME * @TODO ==...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Import

Import code versions into the code base.

Export

Export code versions into files.

Task management

Scan code base for task constants

  • @FIXME
  • @TODO

Versioning

Keep different versions of code

Comparison

Make code versions comparable and generate difference reports

Documentation

Add documentary comments containing

  • Creator
  • Created
  • Current version
    • Number
    • Update date and time
    • Update user

Standardization

Standardize the look and feel of the user interface by automatically applying standards like

  • Colours
  • Fonts
  • Number formats