Don't ever do function overloading plz. There is *always* a better way, even in languages as unusable as #java. #always #copragmatism
@josh_marcus f: Int => X: X; f: String => X; // bad | f: (Int \/ String) => X; // good.
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
@josh_marcus f: Int => X: X; f: String => X; // bad | f: (Int \/ String) => X; // good.