Re: Proposed addition to CodingStyle web page about assert(a && b)

2019-05-07 Thread Adam Richter
On Sun, May 5, 2019 at 7:18 AM walter harms wrote: > Am 05.05.2019 09:11, schrieb Matthieu Herrb: > > On Sat, May 04, 2019 at 03:47:31PM -0700, Adam Richter wrote: > >> Hi, everyone. > >> > >> I would like to propose that whoever has the ability to edit the web > >> page add a line like the

Re: Proposed addition to CodingStyle web page about assert(a && b)

2019-05-05 Thread walter harms
Am 05.05.2019 09:11, schrieb Matthieu Herrb: > On Sat, May 04, 2019 at 03:47:31PM -0700, Adam Richter wrote: >> Hi, everyone. >> >> I would like to propose that whoever has the ability to edit the web >> page add a line like the following to >> https://www.x.org/wiki/CodingStyle/ : >> >> -

Re: Proposed addition to CodingStyle web page about assert(a && b)

2019-05-05 Thread Matthieu Herrb
On Sat, May 04, 2019 at 03:47:31PM -0700, Adam Richter wrote: > Hi, everyone. > > I would like to propose that whoever has the ability to edit the web > page add a line like the following to > https://www.x.org/wiki/CodingStyle/ : > > - Separate assert(a && b) into assert(a) and assert(b). > >