| ▲ | geokon 3 hours ago | |||||||
I've been rewriting a codebase using Pathom resolvers and it has been extremely fun and has made me really reexamine how I organize code. Without being hyperbolic, it's really a new coding paradigm. You get some extreme decoupling and it allows the engine to automatically maximizes concurrency. | ||||||||
| ▲ | jacobobryant 3 hours ago | parent [-] | |||||||
Yeah, it's a big eye-opener. I'd like to see if I can figure out an ergonomic way to do it in Python since I do a fair amount of work in that, and passing ORM objects around isn't great. | ||||||||
| ||||||||