Michael Matz <m...@suse.de> writes: > What's the benefit of reading and writing such noisy lines? : > > *out_mode = mode_; > mode_ = GET_MODE_WIDER_MODE (mode_); > count_++; > > The uglification merely makes code harder to write and read, it should be > used in cases where you _don't_ want developers to write such names.
Heh. Since it's my code being used as the example here: I also find it very ugly FWIW. I only added the underscores because that's what the conventions said. But we're never going to get consensus on this kind of thing. E.g. I know some people really hate the GNU formatting style (although I very much like it). So I just held my nose while writing the patch. Thanks, Richard