Remix.run Logo
20k 5 hours ago

Sure. A big part of how I'd know that the function I'm calling does what I think it does, is by reading the source documentation associated with it

Does it have any threading preconditions? Any weird quirks? Any strange UB? That's stuff you can't find out just by testing. You can ask the LLM, but then you have to read the docs anyway to check its answer

simonw 4 hours ago | parent [-]

I envy you for the universally high quality of documentation that the code you are working with has!