• peak_dunning_krueger@feddit.de
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    6
    ·
    edit-2
    4 months ago

    If this is not a meme…

    You know how you have to look up… errors when you don’t know what they mean?

    That.

    Figuring out how to do something specific, like UI, works just like that. All the time. It’s “looking up how it works”, then “messing around with it until it does” all the way down.

    If you are just starting out, coding something in HTML and javascript might be intuitive, because you can see and run it right away. Otherwise you will have to figure out how to use some kind of UI framework in the language you’re using. Because they’re all different. Yeeeaaah…

    I think it’s harder for compiled languages and easier for interpreted ones.