Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created March 21, 2021 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/cb66ef2446cb9beade65472dee17f4af to your computer and use it in GitHub Desktop.
Save ultimate-qa2/cb66ef2446cb9beade65472dee17f4af to your computer and use it in GitHub Desktop.
// Good Method Names
public void readUserInformation()
public bool isUserLoggedIn()
//Bad Method Names
public void read_User_Information()
public void readuserinformation()
public void userInformation()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment