Skip to content
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

[Enhancement] Initialization List Refactor #346

Open
Byrdman32 opened this issue Nov 19, 2024 · 0 comments
Open

[Enhancement] Initialization List Refactor #346

Byrdman32 opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
1-Star Indicates a very easy task or challenge, suitable for beginners with minimal effort required. enhancement Requests for new features or improvements to existing features. formatting Issues related to code formatting, style enforcement, or linting tasks. performance Tasks focused on optimizing performance and improving efficiency.

Comments

@Byrdman32
Copy link
Member

Why Is This Enhancement Needed?

Marginal speed enhancements during initialization.

Proposed Solution

Switch from:

object objectName = object(param1, param2);

Switch to:

object objectName{param1, param2};

Additional Context

No response

@Byrdman32 Byrdman32 added enhancement Requests for new features or improvements to existing features. 1-Star Indicates a very easy task or challenge, suitable for beginners with minimal effort required. formatting Issues related to code formatting, style enforcement, or linting tasks. performance Tasks focused on optimizing performance and improving efficiency. labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-Star Indicates a very easy task or challenge, suitable for beginners with minimal effort required. enhancement Requests for new features or improvements to existing features. formatting Issues related to code formatting, style enforcement, or linting tasks. performance Tasks focused on optimizing performance and improving efficiency.
Projects
Status: In Development
Development

No branches or pull requests

3 participants