[Development] Basing Qt Creator Coding Style on C++ Core Guidelines?

Marc Mutz marc.mutz at kdab.com
Tue Nov 22 07:00:17 CET 2016


On Tuesday 22 November 2016 02:07:08 Thiago Macieira wrote:
> That said, sometimes rebuilding even if there was no dependency on the
> private  API could result in improvements. For example, every time we add
> overloads there's a chance that the new method is faster and will get
> selected.

Its even worse: if Qt fixes a bug in an inline function, no application will 
benefit unless recompiled, either. So for any Qt user, and esp. distros, not 
recompiling all users of Qt when Qt changes runs the risk of not getting some 
of the bug fixes, leading to users seeing those bugs together with Qt versions 
in which they're officially fixed.

-- 
Marc Mutz <marc.mutz at kdab.com> | Senior Software Engineer
KDAB (Deutschland) GmbH & Co.KG, a KDAB Group Company
Tel: +49-30-521325470
KDAB - The Qt, C++ and OpenGL Experts



More information about the Development mailing list