Caleb B
03/08/2026, 1:15 AMcapitalize being deprecated, especially with such a verbose replacement? Capitalizing a string is really common, and it's so weird to remove it from the standard lib entirely.
Same thing with the other uppercase/lowercase methods for String and Char. Every deprecated method literally uses the exact same behavior as the "better" version on the JVM, yet they're still deprecated?ephemient
03/08/2026, 8:53 AMLocale.default() which matches Java behavior but isn't multiplatform and has been considered a misdesignephemient
03/08/2026, 9:05 AMEl Anthony
03/08/2026, 9:43 AMTgo1014
03/09/2026, 5:02 PM