Skip to content

Instantly share code, notes, and snippets.

@anelson
Created August 31, 2010 08:59
Show Gist options
  • Save anelson/558758 to your computer and use it in GitHub Desktop.
Save anelson/558758 to your computer and use it in GitHub Desktop.
Principle of Least Surprise, Kyiv 2010
// What are the semantics of IsLoggedIn?
public int IsLoggedIn();
//Wouldn't this be better?
public bool IsLoggedIn();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment