Difference between revisions of "Microsoft Access Code Management"
Jump to navigation
Jump to search
(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 ==...') |
(No difference)
|
Revision as of 23:41, 25 April 2010
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