Hacker News new | ask | show | jobs
by olmo23 72 days ago
I agree the functions in a file should probably be reasonably-sized.

It's also interesting to note that due to the way round-tripping tool-calls work, splitting code up into multiple files is counter-productive. You're better off with a single large file.

1 comments

> due to the way round-tripping tool-calls work, splitting code up into multiple files is counter-productive.

Can you expand on that?