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
Post a Comment