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
If someone is bored, can you unify member variable naming? I've initially used hungarian + m, m_bBooleanValue but then I stopped, if someone can just move it to camel + m_ for members it would be nice. (m_value, m_speed, m_amogus)
obviously m_ for members of classes / structs
The text was updated successfully, but these errors were encountered:
Description
If someone is bored, can you unify member variable naming? I've initially used hungarian + m,
m_bBooleanValue
but then I stopped, if someone can just move it to camel + m_ for members it would be nice. (m_value
,m_speed
,m_amogus
)obviously m_ for members of classes / structs
The text was updated successfully, but these errors were encountered: