Hacker News new | ask | show | jobs
by outworlder 4054 days ago
Basically, avoid using C++, except for <insert list of features here>.

The way Qt does is actually quite pleasant to work with, but they avoid most language features and roll their own (QObject, I'm looking at you), even including their own preprocessor.