"emplace_back"? People actually looked at this and went "Yes, this is a good function name. I understand this perfectly."?
replies(5):
Also, in mitigation, it's not a special-purpose word for appending to vectors. They introduced "emplace" to other STL data structures at the same time, with the equivalent semantics, so it's a word you only have to learn once.
There's nothing wrong with longer function names. They make code a lot easier to read.