Only if you are self-employed. Typical programming job involves writing boring code, afterwards defending your solution through code review and testing bureaucracy. Something as simple as a variable name can ping-pong through several reviews...
Review1: actually, we now use CammelCase, so change your variable_name to VariableName Review2: Hey! I don't know what previous reviewer told you, but I'm from Java and write cammelCase as variableName Review3: managers said to use hungarian notation, so it is m_variableName now Review4: it appears StyleCop doesn't pass hungarian notation, so rename it back to variableName Review5: private variables should be prefixed with "_", make it _variableName
that is how typical review process works! At least here, in Russia.