Code organization of a project with multiple simultaneously developed packages
|
|
1
|
157
|
August 3, 2023
|
Turn a module into a package locally
|
|
42
|
2089
|
June 30, 2023
|
How can I structure a project in multiple modules and have code run in them?
|
|
10
|
261
|
June 15, 2023
|
How to add several subdirectories to LOAD_PATH in startup.jl file?
|
|
14
|
1983
|
April 19, 2023
|
It Is fine to split your package into multiple sub-packages? And when should i do that?
|
|
3
|
485
|
March 24, 2023
|
Modular local projects and `include(...)`
|
|
8
|
401
|
March 10, 2023
|
Include files not showing function docstrings in VScode
|
|
5
|
220
|
February 20, 2023
|
Function conflict with different signatures
|
|
5
|
272
|
October 21, 2022
|
Yet another code organization question
|
|
8
|
336
|
September 2, 2022
|
How to export modules / packages locally?
|
|
10
|
464
|
September 1, 2022
|
Proper way of organizing code into subpackages
|
|
48
|
5955
|
August 24, 2022
|
Good guide to setting up a reproducible julia project?
|
|
12
|
693
|
August 17, 2022
|
Subject: Initializing file I/O so that code is agnostic to running locally/on cloud
|
|
1
|
239
|
August 15, 2022
|
Storing functions for usage across files
|
|
8
|
535
|
August 14, 2022
|
Using an imported struct as a type annotation
|
|
3
|
224
|
August 9, 2022
|
Is there any rule to arrange the order of definitions of variables, functions, types, macros in a module?
|
|
6
|
330
|
August 7, 2022
|
Organizing structures in a package
|
|
2
|
340
|
July 9, 2022
|
Organizing Julia code
|
|
11
|
2642
|
June 21, 2022
|
How to use local, relative modules (best practice, simple)?
|
|
14
|
1650
|
May 26, 2022
|
How to write a program as a Julia package?
|
|
29
|
1326
|
May 10, 2022
|
Implicitly loaded modules in the future?
|
|
281
|
13265
|
May 4, 2022
|
How to define input from users for a 2D heteregenous model
|
|
4
|
260
|
April 18, 2022
|
How best to use a custom module?
|
|
18
|
2218
|
March 1, 2022
|
Multiple Julia processes while using Modules
|
|
5
|
456
|
January 24, 2022
|
Are Value types the correct solution for me? (as parameters that choose the algorithm)
|
|
4
|
402
|
January 24, 2022
|
Best practise: organising code in Julia
|
|
10
|
4522
|
January 23, 2022
|
Inheritance in Parametric Types
|
|
7
|
462
|
January 19, 2022
|
Best practice for script with ARGS that can also be run with `include`
|
|
3
|
837
|
January 14, 2022
|
Need help understanding best practices to organise projects with many scripts
|
|
1
|
480
|
January 11, 2022
|
Code organization to use precompilation with a tiny example
|
|
0
|
363
|
August 5, 2021
|