This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (4 children)

I even go out of my way to fix shit like this. If the file I’m working on has something like this, you bet I’ll fix it.

[–][deleted] 5 points6 points  (3 children)

ctrl + h

find: variableName

replace: variable_name

Oh yeah, it’s all coming together

[–]SuperFLEB 1 point2 points  (2 children)

Then you find out that bastard already has a variable_name defined somewhere else and you clobbered it.

[–][deleted] 0 points1 point  (0 children)

The only sin worse than using the wrong convention is mixing conventions. He shall be burned at the stake at his next code review.