As in, ditching names like loc/iloc and adopting getValueByKey/getValueByIndex (hello, Pandas API!).
The bugs of that sort bite even the most experienced programmers. And by using verbose names, the typo would be much more likely caught by the compiler. (And you can wrap ungodly APIs with less typo-friendly names too).
That's one of the reasons verbose names are a coding standard e.g. in Google.
The people who get frustrated by either verbose names or small spelling errors are welcome to go and frustrate themselves, preferably in solitude and far from either of us. I'm sorry that you run into them.