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 ==...') |
|||
Line 1: | Line 1: | ||
+ | [[Category:Microsoft Access]] | ||
+ | [[Category:VBA]] | ||
+ | [[Category:Conventions]] | ||
== Import == | == Import == | ||
Import code versions into the code base. | Import code versions into the code base. |
Latest revision as of 15:52, 15 July 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