• ulterno@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    5 hours ago

    While Python seems fine to me, JS is where it becomes too un-hard for me.
    I have to use QML quite frequently in my work (which is based on JS) and make a point of including as less program logic as possible in QML and transfer any input to C++ code in as few steps as I can. Essentially keeping QML just for Markup and leaving the program to C++.