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

help-circle



  • 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 ¯\_(ツ)_/¯






  • Frankly, if something doesn’t work in Firefox, thats like <5% market share. Probably lower for a lot of segments. I am familiar with webdev :) Let’s not pretend most devs are checking caniuse for everything. Some sites leverage bleeding edge stuff that necessarily requires chrome, which is also fine. IRL people don’t optimize for Firefox and that’s usually okay, but sometimes there are quirks. That’s all I’m saying










  • naught@sh.itjust.workstoProgrammer Humor@lemmy.ml1 hour in Java
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    edit-2
    1 month 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.”