I don't care about a vote. I prefer to trust @Araq and the core team. My view: get out of my way and don't enforce "religious" rulings on me. I'm perfectly willing to accept clear rules on var/type/etc. naming but I think it's inacceptable, not defendable, and not in our interest to (a) allow willy nilly freedom (as in underscore vs CamelCase) and at the same time to (b) have the compiler _change_ names.
Afaic * leading underscore for var names is OK * make reasonable rules (like Types capital first letter, vars and procs not) * DO NOT CHANGE ANYTHING BEHIND MY BACK!!! If I write "var foo_bar ... proc fooBar(..." I don't want to have problems CREATED BY THE COMPILER. * The compiler should be our friend. It should be alert and tough on rules and help me spot problems but it should not, not ever, _create_ problems.
