Re: code guideline

2014-08-13 Thread Rodrigo Bonifacio
Dear all, I am conducting a survey about the use of exception handling constructs in C++. I would really appreciate if you could contribute to this research by answering a few questions on the subject. The survey is available on-line: https://pt.surveymonkey.com/s/exceptionHandling All the best,

Re: code guideline

2014-07-09 Thread Thiago Macieira
On Saturday 28 June 2014 08:51:42 Rodrigo Bonifacio wrote: > Dear all, is there any code guideline that recommends developers to avoid > the use of exception handling mechanisms within the core libraries of KDE? I'm going to let others speak about the use of exceptions in your own code, but note

Re: code guideline

2014-07-09 Thread David Faure
On Wednesday 09 July 2014 10:23:59 Kevin Ottens wrote: > On Wednesday 09 July 2014 10:15:03 David Faure wrote: > > On Saturday 28 June 2014 08:51:42 Rodrigo Bonifacio wrote: > > > Dear all, is there any code guideline that recommends developers to > > > avoid > > > the use of exception handling mec

Re: Re: code guideline

2014-07-09 Thread Martin Gräßlin
On Wednesday 09 July 2014 10:23:59 Kevin Ottens wrote: > On Wednesday 09 July 2014 10:15:03 David Faure wrote: > > On Saturday 28 June 2014 08:51:42 Rodrigo Bonifacio wrote: > > > Dear all, is there any code guideline that recommends developers to > > > avoid > > > the use of exception handling mec

Re: code guideline

2014-07-09 Thread Kevin Ottens
On Wednesday 09 July 2014 10:15:03 David Faure wrote: > On Saturday 28 June 2014 08:51:42 Rodrigo Bonifacio wrote: > > Dear all, is there any code guideline that recommends developers to avoid > > the use of exception handling mechanisms within the core libraries of KDE? > > I don't think it's wri

Re: code guideline

2014-07-09 Thread David Faure
On Saturday 28 June 2014 08:51:42 Rodrigo Bonifacio wrote: > Dear all, is there any code guideline that recommends developers to avoid > the use of exception handling mechanisms within the core libraries of KDE? I don't think it's written down anywhere, but yes, please do avoid the use of excepti