Hi, I a new Julia user. I am having trouble understanding how to create a structured project. I'd like to split my code into separate files (as you'd expect). I am using "include" to create references between scripts but I run into a "stackoverflow" because of mutual references. I have two files and both include one another.
What am I doing wrong? How do you structure a project in Julia? I've read the "module" documentation and have searched Google, but it seems that I am missing something fundamental.