LOC or Number of Tabs limit?

Just wondering if anyone is aware of any limits on the lines of code (rough estimate, of course) or lua files (tabs) in a single Codea project? I’d like to begin working on a larger project idea, but don’t want any gotchas later on.

Thanks!

p.s. I would eventually want to export into XCode, etc., so if that is a factor, I’d be interested in that as well.

@iam3o5am Using dependencies, you don’t have to cram everything into one project. You can spread the code over several projects.

Sure, that is a good point. I suppose I am curious just how large of a project others have created. Maybe the number of tabs is the metric I want - in one project, or over many dependent projects.

The Cargo-Bot example has 47 tabs. You going more than that.