The Story So Far...
The Story So Far...
Posted Dec 28, 2014 23:59 UTC (Sun) by bronson (subscriber, #4806)In reply to: The Story So Far... by ldo
Parent article: The "too small to fail" memory-allocation rule
Hardly. Reread Cyberax's replies with an open mind this time. He's right: carefully applied gotos would take care of your "do /* once */ {} while(false)" nesting and ambiguous breaks. If you want to make your code more readable, this would be a great first step. After that, you could give it a good scrubbing with https://www.kernel.org/doc/Documentation/CodingStyle
But, from your aggressive writing style, it sounds like you'd rather argue.
Posted Dec 29, 2014 17:28 UTC (Mon)
by ldo (guest, #40946)
[Link]
I took the trouble to write all that code which proves my point. If you want to prove yours, you have to do the same.
Re: you win the argument?