Still working on that JavaScript project, and I find that Iโm ~randomly switching between lowerCamelCase and lower_snake_case for names. I actually dislike both but I dislike the former more. I guess Iโm conflicted on whether I should adhere to JS conventions or use a convention I personally dislike less. Ugh.
I hope that once I decide which way to go for sure, I find a Prettier plugin or something similar that can reformat all the names using that style. Iโm up to 1999 LoC and Iโm not doing that manually!