How to divide a project into files and submodules?
|
|
5
|
168
|
August 14, 2025
|
Load subfolder in src like in python
|
|
4
|
124
|
August 14, 2025
|
Intermediate Development Workflow
|
|
8
|
722
|
May 17, 2025
|
About module importation
|
|
5
|
162
|
March 20, 2025
|
Where to put export statements (Sub-Module Pattern) in distributed code?
|
|
2
|
76
|
February 13, 2025
|
Understanding Julia Environments - Project Environment and Package Directory
|
|
9
|
429
|
November 1, 2024
|
Multiple Julia processes while using Modules
|
|
6
|
779
|
October 26, 2024
|
Best practise: organising code in Julia
|
|
11
|
9491
|
October 26, 2024
|
What is the preferred way to use multiple files?
|
|
15
|
8034
|
October 25, 2024
|
How to use local, relative modules (best practice, simple)?
|
|
15
|
7113
|
October 22, 2024
|
I don't understand Julia. From running in the command line to workflow
|
|
4
|
418
|
May 14, 2024
|
Code Organization
|
|
20
|
652
|
April 5, 2024
|
How to assist the LSP when it comes to function outputs, and Julia Language "Good Code"
|
|
1
|
258
|
March 18, 2024
|
What is the right way to store/record the results of this nested simulation?
|
|
8
|
288
|
December 15, 2023
|
Best way to root a pipeline directory structure inside of a package
|
|
9
|
288
|
December 9, 2023
|
Turn a module into a package locally
|
|
43
|
3623
|
December 7, 2023
|
Code organization of a project with multiple simultaneously developed packages
|
|
1
|
306
|
August 3, 2023
|
How can I structure a project in multiple modules and have code run in them?
|
|
10
|
724
|
June 15, 2023
|
How to add several subdirectories to LOAD_PATH in startup.jl file?
|
|
13
|
2536
|
February 8, 2022
|
It Is fine to split your package into multiple sub-packages? And when should i do that?
|
|
3
|
839
|
March 24, 2023
|
Modular local projects and `include(...)`
|
|
8
|
601
|
March 10, 2023
|
Include files not showing function docstrings in VScode
|
|
5
|
483
|
February 20, 2023
|
Function conflict with different signatures
|
|
5
|
469
|
October 21, 2022
|
Yet another code organization question
|
|
8
|
463
|
September 2, 2022
|
How to export modules / packages locally?
|
|
10
|
939
|
September 1, 2022
|
Proper way of organizing code into subpackages
|
|
48
|
7902
|
August 24, 2022
|
Good guide to setting up a reproducible julia project?
|
|
12
|
2556
|
August 17, 2022
|
Subject: Initializing file I/O so that code is agnostic to running locally/on cloud
|
|
1
|
341
|
August 15, 2022
|
Storing functions for usage across files
|
|
8
|
1593
|
August 14, 2022
|
Using an imported struct as a type annotation
|
|
3
|
306
|
August 9, 2022
|