-
Notifications
You must be signed in to change notification settings - Fork 534
Coding - Refactoring BOPDS #1007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: IR
Are you sure you want to change the base?
Coding - Refactoring BOPDS #1007
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request modernizes the BOPDS (Boolean Operation Data Structure) module by refactoring code to use modern C++ idioms, improving naming conventions, and adding convenience constructors.
Changes:
- Modernized C++ code using range-based for loops, structured bindings, and initializer lists
- Improved parameter and variable naming throughout the codebase for clarity
- Added parameterized constructors for
BOPDS_PaveandBOPDS_IndexRangeclasses
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| BOPDS_Pave.lxx | Modernized constructor implementation using initializer lists; added parameterized constructor |
| BOPDS_Pave.hxx | Added parameterized constructor declaration |
| BOPDS_IndexRange.lxx | Added parameterized constructor implementation |
| BOPDS_IndexRange.hxx | Added parameterized constructor declaration |
| BOPDS_DS.hxx | Improved parameter naming and documentation across multiple methods |
| BOPDS_DS.cxx | Extensive refactoring with modern C++ idioms, improved naming, added helper functions, and new GetSameDomainIndex method |
c5abd79 to
93c4463
Compare
No description provided.