Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove unnecessary manual destruction and use local variables in the constructor instead of class memebers #541
Comments
|
In addition to this:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two sets of refactoring that can be performed on our codebase to make them more efficient and utilize the full potential offered by Qt Framework. See below:
deleteon widgets that are allocated on Heap as long as in their constructor we have specified the parent widget for it. Consider this example below:Describe the solution you'd like
As described above
Describe alternatives you've considered
N/A
Additional context
See #539 (review)