[Development] What kind of airplane we want to build?

Pau Garcia i Quiles pgquiles at elpauer.org
Wed Jan 20 21:08:07 CET 2016


On Wed, Jan 20, 2016 at 3:25 PM, Bo Thorsen <bo at vikingsoft.eu> wrote:


>
> Why do you think people hate C++? I love C++ but I hate the string
> classes. I like some part of the std containers, I don't like their API.
>
>
Spot on.

People run scared from Boost-like C++. That kind of code is very performant
but it's neither easy to write, understand or, in many cases, figure out.

On the other hand, Qt is usually love at first sight. Makes C++ look
doable. Even easy. Sure, some people who have spent a lot of time writing
C++ move on from Qt and like Boost-like code the better but that kind of
code, those APIs, are to blame for the very bad opinion many people have on
C++. They hurt C++ jobs.

Replacing QThread with std::thread? Please don't.

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20160120/1ced3387/attachment.html>


More information about the Development mailing list