• 0 Posts
  • 52 Comments
Joined 7 months ago
cake
Cake day: December 18th, 2023

help-circle










  • I am more alienated by the processes surrounding everything. If I had to do idiotic agile sprint bullshit and also write mind-numbingly boring code I would lose my mind. Luckily I have gotten away with making improvements in architecture so it is at least an interesting problem on occasion.

    It sounds like this author would feel better working on open source, a passion project, or a deep academic paper. I think I’d prefer that also. I wish it were easier to live while doing that.






  • GraphQL is so stupid about collections of objects. If you want uniform pagination for different types of objects you have to write separate types for each.

    I don’t like how it composes things together. Kindof awkward when the subportions of the query need variables. Nested objects are great to form the query to just what one needs but then extra steps to decompose into what you’ll actually have client-side.