NatLabRockies / NatLabRockies/OpenStudio
Port all of our model code to use getBooleanFieldValue / setBooleanFieldValue
Open
@jmarrec is already working on this.
Since Nov 30, 2022.
Developer Issue
Enhancement Request
- Dominant language
- C++
- Stars
- 646
- Forks
- 237
- Avg merge
- 3d 11h
- Merged PRs (30d)
- 10
Description
Enhancement Request
We have getBooleanFieldValue / setBooleanFieldValue helpers available, yet very few files use that. So we a bunch of lines of codes that could be greatly reduced while improving readability. 2 lines saved for a getter, 7 for a setter
We also need to update the GenerateClass.rb script.
Detailed Description
Possible Implementation
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.