You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classes with very large member variables should consider having unique_ptrs instead of value members, created in the constructor. ClassFile is a particularly egregious example, as the magic number becomes awkward in code to verify with the initialization of all the member variables.
The text was updated successfully, but these errors were encountered:
Classes with very large member variables should consider having unique_ptrs instead of value members, created in the constructor. ClassFile is a particularly egregious example, as the magic number becomes awkward in code to verify with the initialization of all the member variables.
The text was updated successfully, but these errors were encountered: