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
you may end up with a (major by default) code smell that tells the naming convention for methods is not respected.
The obvious workaround is to use different way to set the default value (int bar_ = 0 for instance) but some coding standards actually recommend using the braces
The text was updated successfully, but these errors were encountered:
If a data attribute is initialized with braces:
you may end up with a (major by default) code smell that tells the naming convention for methods is not respected.
The obvious workaround is to use different way to set the default value (
int bar_ = 0
for instance) but some coding standards actually recommend using the bracesThe text was updated successfully, but these errors were encountered: