dss-extensions / dss-extensions/dss_capi
Migrate magic numbers to enums
Open
- Dominant language
- Pascal
- Stars
- 39
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Many parameters which could use explicit Pascal enumeration types are currently using magic numbers. That includes most of the properties indices and many model parameters.
Since most of the official OpenDSS code is stable, besides the parallel machine and related changes, slowing changing those would make the code quality better. This can be done on a file-by-file basis.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.