General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
xybersurfer
Theo - t3․gg
comments
Comments by "xybersurfer" (@xybersurfer) on "The Truth About GraphQL" video.
this sounds more like a refactoring issue, or a lack of indirection
1
@PieJee1 who said anything about users? if the front and back-end are in the same code base, then i would imagine that renaming something in the back-end with the IDE, could automatically rename it in the front-end. with both in the same code base you can also have static type checking, which i imagine avoids these crashes. theoretically it all depends on the available tools, and this is not specific to GraphQL, but i admit that i haven't found good enough tools for this. actually the coupling is usually not tight enough
1
@PieJee1 users not reloading the page, sounds like a solvable problem, which you also seem to be hinting at. yes browsers can be quirky, but i'm not convinced it's that bad, for this very specific feature, that you can't easily find something that works on all major browsers. there are so many possible ways to go about this. it only needs to be solved once
1