Conversation
|
Thank you PR. |
|
I've used it from time to time. OCaml guidelines (ironically, given OCaml's name) do something sort of like this, but it's only the first word that is capitalized. Someone else called it "Cobra Case" here. |
|
Thank you.
|
|
I have programmed in OCaml occasionally but I don't know what they call that sort of format. Maybe it should be called "Objective_case?" I remember seeing some C++ code that used this "Cap_Underscore" style a few years ago for types but I don't remember where it was. Since then I have liked to use it for personal projects. If you don't think it's popular enough to warrant an addition (as I myself had difficulty looking this type of style up online) to this package feel free to close this. |
|
understood. You want to use it on a personal project. |
|
We fixed it because there was a part which did not fit a little with master's latest. |
|
Thank you! |
I use this form a few times in my code - not quite
UPCASE_FORMbut instead where the first character of each word is capitalized. Thestring-inflection-capital-underscore-pfunction I did could probably be better, but regex is not my forte...