Skip to content

Conversation

@vishvish
Copy link
Owner

@vishvish vishvish commented Feb 2, 2025

No description provided.

- Eliminates potential unused increment warning
- Improves code readability using modern C++ range-based loop
- Reduces chance of array bounds errors
- More efficient by avoiding repeated array indexing
- Make ownership transfer explicit when creating vertices and creases
- Properly manage memory using std::unique_ptr and explicit ownership transfer
- Add vertices and creases to their respective containers explicitly
- Remove reliance on implicit constructor behavior for ownership management
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 2, 2025

@vishvish vishvish merged commit cc52f9a into main Feb 2, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants