I know profilers and debuggers are a boon for productivity, but anecdotally I’ve found they’re seldom used. How often do you use debuggers/profilers in your work? What’s preventing you? conversely, what enables you to use them?

  • TweedyImpertinence@kbin.social
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    Always, but I’m a former Googler, so performance was always a huge concern with each and every frontend change we made.

    Rendering something to a page without errors should be the starting goal, where you then shift focus to readability, accessibility, maintainability, interoperability - all that other stuff that actually matters more but is opaque to users - but in most cases, it’s the end goal, and all that other stuff isn’t considered at all.

    IMO, the web would be a lot better if frontend devs spent more time learning how to use their tools instead of logging everything to the console.