I disagree that coding standards are, at all, important. There is so much about writing software to concern yourself with and this is simply not one of them. Do what feels is natural to you (and those you work with) and it'll be fine.
Some people fight holy wars over what indentation style to use. I'm just happy if there's any indentation at all!
For the record, I only indented my example code like that 'cause these code blocks are double spaced for some insane reason and I didn't want such a small and simple code snippet to look so sparse.
I do wish Halx would fix that...
I don't know what the issue against pre-increment is supposed to be. Macros can be used to screw anything up, pre-increment, post-increment, or no increment at all!
I agree with n0nsensical in that I dislike using the increment operator in combination with anything else, so there's not much to be unintuitive about...
|