java - What's the name for a mix of snake case and camel case? -


i'm maintaining legacy java code, , keep coming across weird mix of camel case , snake case in same blocks of code. names entirely camel case, others entirely snake case, , others weird mix (e.g. displaytext_label_maxdiff or hasproperty_). realize these names aren't accepted java coding style, nor should be. i'm looking meaningful term use in conversation.

is there accepted name? if not, propose? thinking of "cobble case," "roadkill case," or "strange case".


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -