Skip to content

Working with submodules or import scripts? #86

@facusapienza21

Description

@facusapienza21

Right now, both here and in ODINN.jl we include submodules without declaring these as submodules. For example, SphereUDE.jl includes code with

include("types.jl")
include("utils.jl")

but none of these is a submodule by itself (that is, these scripts just have code, without the module declaration). I am not sure if this is desired or not, or if this may have impact in performance for example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions