-
Notifications
You must be signed in to change notification settings - Fork 0
Use GLB and MIG prefixed Global Variables
Tom Howard edited this page Jul 13, 2014
·
3 revisions
Maintained By | The Sydney BW Integrators Group |
Proposed By | Matt Milligan |
Applies To BW 5 | ✓ |
Applies To BW 6 | ? |
- Prefix global variables with
GLB_
if their values does not vary between environments. - Prefix global variables with
MIG_
if their values do vary between environments.
- The
GLB_
prefix creates a clear indication that the global variable does not need to be modified when deploying to a environment. -
- The
MIG_
prefix creates a clear indication that the global variable does need to be modified when deploying to a environment.
- The
TODO
- TODO
- TODO
- TODO
- TODO
- Add BW 5 screenshot showing
GLB_
prefixed Gvar. - Check if this standard makes sense to apply to BW 6
The BW Coding Standards Wiki is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License
By contributing to this wiki, you agree to license your contributions under this license.