• aesthelete@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    2 months ago

    The fact that electron both exists and is one of the most popular cross-platform development frameworks tells you everything you need to know about the current potato’d state of software development.

    • HStone32@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      You know, I’ve always loved C and doing my own memory management. I love learning optimization techniques and applying them.

      But you know what? Everybody around me keeps saying I’m being silly. They keep telling me I won’t find any jobs like that. They say I should just swallow my juvenile preferences and go with what’s popular, chasing trends for the entire rest of my career.

      I don’t think you can blame people for trending away from quality software. Its clearly against the grain.

    • boonhet@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      The underlying issue is that nobody wants to develop using any of the available cross-platform toolkits that you can compile into native binaries without an entire browser attached. You could use Qt or GTK to build a cross-platform application. But if you use Electron, you can just run the same application on the browser AND as a standalone application.

      Me? I’m considering developing my next application in Qt out of all things because it does actually have web support via WASM and I want to learn C++ and gain some Qt experience. Good idea? Probably not.