I'm firmly in the camp that doesn't care what the rule/style is, I just want an unambiguous rule. I'll just use whatever the language conventions are. Snake case in Java, for example, would be a hate crime. So would camel case in C. My general preferences beyond that are: - Opening braces on the same line (I see the article has examples where it's on a new line); - Two space indent, no tabs - No trailing white space.…
Very reasonable but, changing func name for sake of code style sounds like a step too far. Also (i = i ; i Whoever does that do not change it, they are probably a psychopath. Dont risk your life correcting them.
French generally adds a space before punctuation.