• lorty@lemmygrad.ml
    ·
    2 months ago

    Backend developer: "The new functionality is done!" PO: Looks at tests "Seems good, ship it!"

    Frontend developer: "The new functionality is done!" PO: Looks at his screen "This spacing could be a little to the right, also I think I didn't really like this text, also it should probably auto-scroll to the top and this button should change colors when I click it and also don't forget to change the error messages I was happy with before and also I think it should......"

  • NewDark [he/him]
    ·
    2 months ago

    Try writing your backend with browser limitations and see what kind of wild wrappers you make to keep yourself sane.

  • toastal@lemmy.ml
    cake
    ·
    2 months ago

    You can write a stateless server. You can’t do stateless front-end since you have to deal with user interaction.

  • Cysioland@lemmygrad.ml
    ·
    2 months ago

    I feel (as a fullstack developer) that letting websites run arbitrary code in your browser was a mistake.