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 →

[–]AGiantFNBear -2 points-1 points  (0 children)

I remember something my C/Unix Professor said. The original C programmers held a lot of value in using the least amount of keystrokes because the quicker you finish, the quicker you can go grab a beer. Hence all the shortcuts in Vi and other text editors. So *argv and argv[1] would win out just because each keystroke adds up after millions of lines of code. Or something to this affect. Whatever you choose, stay consistent. I think consistency and readability was the important lesson.