On Thu, 20 Jun 2024 11:02:21 +0200
Morten Brørup wrote:
> > From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com]
> >
> > > > From: Thomas Monjalon [mailto:tho...@monjalon.net]
> > > >
> > > > 10/06/2024 18:31, Konstantin Ananyev:
> > > > > Morten said:
> > > > > > The coding sty
> From: Konstantin Ananyev [mailto:konstantin.anan...@huawei.com]
>
> > > From: Thomas Monjalon [mailto:tho...@monjalon.net]
> > >
> > > 10/06/2024 18:31, Konstantin Ananyev:
> > > > Morten said:
> > > > > The coding style guide says:
> > > > >
> > > > > "Variables should be declared at the start
> > From: Thomas Monjalon [mailto:tho...@monjalon.net]
> >
> > 10/06/2024 18:31, Konstantin Ananyev:
> > > Morten said:
> > > > The coding style guide says:
> > > >
> > > > "Variables should be declared at the start of a block of code rather
> > > > than
> > in the middle. The exception to this
> From: Thomas Monjalon [mailto:tho...@monjalon.net]
>
> 10/06/2024 18:31, Konstantin Ananyev:
> > Morten said:
> > > The coding style guide says:
> > >
> > > "Variables should be declared at the start of a block of code rather than
> in the middle. The exception to this is when the variable is
>
10/06/2024 18:31, Konstantin Ananyev:
> Morten said:
> > The coding style guide says:
> >
> > "Variables should be declared at the start of a block of code rather than
> > in the middle. The exception to this is when the variable is
> > const in which case the declaration must be at the point of
On Mon, Jun 10, 2024 at 05:10:01PM +0200, Morten Brørup wrote:
> The coding style guide says:
>
> "Variables should be declared at the start of a block of code rather than in
> the middle. The exception to this is when the variable is const in which case
> the declaration must be at the point of
On Tue, 11 Jun 2024 16:10:33 +0100
Ferruh Yigit wrote:
> On 6/10/2024 4:10 PM, Morten Brørup wrote:
> > The coding style guide says:
> >
> > "Variables should be declared at the start of a block of code rather than
> > in the middle. The exception to this is when the variable is const in which
On 6/10/2024 4:10 PM, Morten Brørup wrote:
> The coding style guide says:
>
> "Variables should be declared at the start of a block of code rather than in
> the middle. The exception to this is when the variable is const in which case
> the declaration must be at the point of first use/assignmen
> The coding style guide says:
>
> "Variables should be declared at the start of a block of code rather than in
> the middle. The exception to this is when the variable is
> const in which case the declaration must be at the point of first
> use/assignment. Declaring variable inside a for loo
On Mon, Jun 10, 2024 at 05:10:01PM +0200, Morten Brørup wrote:
> The coding style guide says:
>
> "Variables should be declared at the start of a block of code rather than in
> the middle. The exception to this is when the variable is const in which case
> the declaration must be at the point of
10 matches
Mail list logo