|
|
|
|
|
by kazinator
2015 days ago
|
|
This is also why capital letters are bad. It's easy to write code which fails to check for a capital letter, which leads to errors when subsequent code requires a lower-case letter. Capital letters are a billion dollar boondoggle. It behooves languages to have a lower-case (or non-capital) character type which cannot be constructed with or assigned a capital letter. |
|
Capital letters are fine, but not if they randomly pop up when you thought you were only working in lowercase, and now suddenly all your string comparisons need a .toLoweR() on each side of the ==.