• 0 Posts
  • 96 Comments
Joined 1 year ago
cake
Cake day: July 3rd, 2023

help-circle



  • I mean “didn’t care enough” == pay an entire separate dev team to develop for potentially each OS (at least windows probably) in languages unfamiliar to the web team. Then separately maintain that desktop app in perpetuity while the backend changes and drifts. This all for a vanishingly small subset of the userbase that could have used the website with identical functionality. It’s a similar issue with mobile apps.

    I fully see the appeal of electron apps even if it’s not perfectly native feeling. I mean vscode is pretty universally liked n that’s electron. Also, it being a web app is a huge boon for anyone needing a code editor in browser.

    Perhaps frameworks like Tauri will supplant electron soon enough for better performance and native feel.











  • I linked an article with commentary, yes. When I read the original comment myself I was very put off by the tone/apparent attitude toward the subject. I still think it was an innocuous change they could have merged – I would’ve. I think the author of Ladybird is probably not a misogynist, but to be so blunt and dismissive on that PR was a questionable look IMO.

    He’s probably a nice guy ¯\_(ツ)_/¯







  • naught@sh.itjust.workstoProgrammer Humor@lemmy.ml1 hour in Java
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    edit-2
    4 months ago

    Just curious, what about spaces made it hard? What language would have been easier? In curly brace languages, 99% of the time, a curly brace is followed by a line break and an indent. Python is similar except it’s typically a colon, line break, then indent.

    What I have learned is: If the code is indented too deeply, it’s a code problem, not the language.

    Torvalds infamously wrote:

    “… if you need more than 3 levels of indentation, you’re screwed anyway, and should fix your program.”