Hey all, in my quest to develop good habits from the start of my programming career I have another query. I notice that there are two methods of coding CamelCase or the underscore_method. While I think CamelCase looks nicer IMO, my only reservation in committing is that the underscore_method let's you save uppercase letters to denote operator or something else meaningful. This seems to tilt the argument to that side just based on efficiency as opposed to aesthetics. I'm interested in efficiency most of all, I want to write code in a way that is universally acceptable, not have to jump between the two, if possible. Or is this another case where both methods have their place in different situations?
Sidenote: I've noticed when it comes to programming getting a Yes or No answer is as elusive as the Loch Ness monster
