awkward prefixing and naming is counter intuitive if you're looking for other people to read and comprehend your code.
It's not so awkward that people can't easily figure it out. If I were to go and grab a sampling of function names from random examples across this site, I'm fairly confident that my function names are far better than most (prefix or no).
Regardless, it's a style preference and therefore should not be on the table for debate unless I requested it.
I apologize. It wasn't a big mistake, but a lot of DM programmers might find it a bit redundant, especially since a lot of them aren't used to the exposure of other languages.
That's fine. I didn't say your prefixing style was wrong, everyone has their own style of formatting their code.