• MaggiWuerze@feddit.org
    link
    fedilink
    arrow-up
    87
    ·
    1 day ago

    Funny, most people I’ve talked to said that the backend code usually is better structured and written, while the frontend (web and games) was a hot mess

    • skisnow@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      ·
      13 hours ago

      A significant percentage of developers regard frontend dev as a branch of the Arts, and therefore not “proper” software engineering.

      I once had a fresh grad Junior complain to me about being given a frontend ticket, because they wanted to be writing Real Code and apparently thought they were too good to learn how to change the margin on a div.

      • Ethan@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        39 minutes ago

        Saying “front end is not proper software engineering” is bullshit but at the same time if you hire someone to write code and then ask them to write CSS I can understand being frustrated.

    • traches@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      25
      ·
      edit-2
      1 day ago

      Yeah, that’s my experience. The backend is an environment you control completely and has well-defined inputs and outputs specifically designed to be handled by machines. Front end code changes on a whim, runs who the hell knows where, and has to look good doing it.

      • paraffine@jlai.lu
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        23 hours ago

        Plus for the front most people use very unsafe languages and glued together frameworks (JavaScript, typescript, react, Vue etc), whereas on the backend we can use proper type-safe, compiled languages with better abstractions (rust, scala,…) with proper unit and integration tests.

      • Ephera@lemmy.ml
        link
        fedilink
        English
        arrow-up
        10
        ·
        1 day ago

        In particular, frontend has to interact with humans, which is one hell of a messy API.

    • MuskyMelon@lemmy.world
      link
      fedilink
      arrow-up
      40
      arrow-down
      3
      ·
      1 day ago

      Depends who’s coding what. Since fullstack, ick, is the norm, backend coders forced to do frontend is the case that you’ve described. Frontend coders forced to do backend is the case in the comic.

    • Ek-Hou-Van-Braai@piefed.socialOP
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 day ago

      My experience has often been that Business mostly cares about what they and their users can directly interact with (The FE) and don’t really care about spending time and effort on the BE

        • peoplebeproblems@midwest.social
          link
          fedilink
          English
          arrow-up
          5
          ·
          1 day ago

          I’m now a full-stack engineer. Instead of being ok at any layer, I don’t know what I’m doing in the UI, the Service, the Backend, the Database, the Cloud Infrastructure, and the CI/CD.

          But, if anything breaks, I almost always can figure out where it broke very quickly. A fix is always unpleasant though.

      • jol@discuss.tchncs.de
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        Yes, but that also means backend developers only have to worry about the code. Where I work, they always align on best practices across the company. While frontend is a mess of apps and frankensteined components.

  • KayLeadfoot@fedia.io
    link
    fedilink
    arrow-up
    34
    ·
    1 day ago

    Opens dev console

    “Hah oh wow it looks pretty good considering it’s throwing 69 errors, nice”