• exu@feditown.com
    link
    fedilink
    English
    arrow-up
    228
    ·
    1 year ago

    From the last time this was posted: pretty sure those two are buddies in university or something and they’re trolling each other.

      • GreenKnight23
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        1 year ago

        never known any other profession to be absolute divas than opinionated devs.

          • GreenKnight23
            link
            fedilink
            arrow-up
            6
            arrow-down
            7
            ·
            1 year ago

            I’ve known devs that wouldn’t work on a project because their editor of choice couldn’t be used.

            I’ve known devs that were so petty they refused to use a tool because it wasn’t written in rust.

            devs are divas for the worst reasons, and that makes them the worst divas IMO.

        • corsicanguppy@lemmy.ca
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          opinionated devs

          AKA ‘devs who know why the code needs to be adequate’

          Sorry if yours wasn’t.

  • Siethron
    link
    fedilink
    arrow-up
    22
    ·
    1 year ago

    Can something not have assembly support? It’s not like it needs support

    • notarobot@lemmy.zip
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      It depends on the project. If you are making a code editor / ice then yes. Your project may not support working with assembly files. Sure, they are just plaintext (I think? Or are they binary? I think I might be confusing assembler source files and complied files which are machine code), but you get no tooling like autocomplete, go to definition, etc