Comment on Is anybody else using ridiculously long variable names?Comments−gravypod10yGroup variables that all track the same thing into an object.So you csn have saved_state.tracked_picture.Makes it clear what group something is in and what the name of that data is meant to be.Much easier to parse.
Comments
Group variables that all track the same thing into an object.
So you csn have saved_state.tracked_picture.
Makes it clear what group something is in and what the name of that data is meant to be.
Much easier to parse.