all 21 comments

sorted by: hot top controversial new old
[–] 95 points 1 year ago (6 children)

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

  • source
  • hideshow 12 child comments
  • [–] 41 points 1 year 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.

  • source
  • parent
  • [–] 27 points 1 year ago* (last edited 1 year ago) (3 children)

    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.

  • source
  • parent
  • hideshow 6 child comments
  • [–] 7 points 1 year ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 17 points 1 year ago (3 children)

    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

  • source
  • parent
  • hideshow 6 child comments
  • [–] 14 points 1 year ago (1 child)

    Management: "We're only going to hire 'full stack' devs from now on."

    Also Management: "Why is this page taking 37 seconds to load?"

  • source
  • parent
  • hideshow 2 child comments
  • 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.

  • source
  • parent
  • [–] 4 points 1 year 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.

  • source
  • parent
  • [–] 6 points 1 year ago (1 child)

    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.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 38 points 1 year ago

    Opens dev console

    "Hah oh wow it looks pretty good considering it's throwing 69 errors, nice"

  • source
  • [–] 2 points 1 year ago*

    It bugs me that his head facing the camera in both pics

  • source
  • [–] 1 point 1 year ago

    So backend is generational issues manifested in a figurative child. Frontend is a trip to the park.

  • source