intersystems / intersystems/ipm
Replace Global References in IPM with Macros
Open
technical debt
- Dominant language
- ObjectScript
- Stars
- 41
- Forks
- 29
- Avg merge
- 23h 54m
- Merged PRs (30d)
- 4
Description
Currently, many parts in IPM are using direct global references instead of macros. Which makes things hard to manage.
For example, in %IPM.Extension.SourceControl.Perforce.Main, ^Sources(0,"FileTimeStamp",tName_".ZPM"), etc.
We should change them to macros to keep track of them cleanly.
Contributor guide
Assessment
This issue has not been assessed yet.