Hello,
On (08/02/14 23:20), Sami Kerola wrote:
On 2 August 2014 14:47, Sergey Senozhatsky
<sergey.senozhatsky(a)gmail.com> wrote:
>> Subject: [Powertop] [PATCH 07/12] move options structure to function scope
>
> what for?
They've told me keeping variables in as narrow scope as possible is a
virtue. Even if it would not be I don't see any harm of moving
everything out of global scope when ever possible.
https://www.securecoding.cert.org/confluence/display/cplusplus/DCL07-CPP....
this is different. let's keep it as is.
-ss