Re: Coding style: white space around asterisks

2019-09-01 Thread Vlad Zagorodniy
On 8/6/19 5:44 PM, Roman Gilg wrote: Hi, Hi, I am not sure whether you started this discussion in Qt/Development mailing list, so I'll just leave my 2 cents here. Let's start with very obvious thing first: If you align pointers and references to right, then you're doing something fishy. [1

Re: Coding style: white space around asterisks

2019-08-10 Thread David Faure
On mardi 6 août 2019 16:44:08 CEST Roman Gilg wrote: > Hi, > > Frameworks C++ coding style for pointer declarations follows the > asterisk to the right approach like Qt coding style recommends. > > This is most often a sensible choice but is difficult to read in my > opinion when there is no iden

Coding style: white space around asterisks

2019-08-06 Thread Roman Gilg
Hi, Frameworks C++ coding style for pointer declarations follows the asterisk to the right approach like Qt coding style recommends. This is most often a sensible choice but is difficult to read in my opinion when there is no identifier to the right the asterisk is associated with, for example fo