Re: [PATCH] greybus: Fix coding stye error

From: Dan Carpenter
Date: Fri Jan 27 2017 - 08:28:29 EST


On Fri, Jan 27, 2017 at 02:08:06PM +0100, Johan Hovold wrote:
> On Fri, Jan 27, 2017 at 03:47:21PM +0300, Dan Carpenter wrote:
> > The name sucks is what I'm saying. Please fix it eventually.
>
> I disagree. The name uses a common prefix that reflects the object it is
> working on. This should not be changed. As it is currently named, the
> function is also self-documenting. Trying to abbreviate the name just to
> meet a 80 col limit (when there are alternatives) is just silly.

gb_interface_request_mode_switch()

It's not self documenting because there are no verbs in that sentence.
I guess in JAVA it would be considered good style.

This is "Enterprise Quality" in the derogatory sense of the term. The
prefix makes everything too long and doesn't add any value. We don't
keep the 80 character limit because of small screens, we keep it to
discourage this type of code.

regards,
dan carpenter