|
|
|
|
|
by rubymamis
542 days ago
|
|
As someone with 10,000+ lines of C++ code and 10,000+ lines of QML code in his app[1] I can say this is false. It's actually much easier and straightforward to decouple the UI (QML) and logic (C++). It also makes such a great combo - QML is amazing to write UIs in and C++ is a fast, battle tested compiled language. I wrote a little bit about my app development if you're curious[2]. [1] https://get-notes.com [2] https://rubymamistvalove.com/block-editor |
|