Hacker News new | ask | show | jobs
by underwater 1433 days ago
You make a good case (ha!). What if toUpper() and toLower() were omitted from standard libraries? Usually they are used, incorrectly, to do something like string comparison, which could be better served by a more specific method.