Skip to content

[Feature Request] Consistent Namespace Naming #37

Description

@HLWeil

Is your feature request related to a problem? Please describe.
In recent libary changes (#31), the folder structure and namespaces where adjusted quite a bit. ATM it does not seem as consistent:

The shared helpers are in FSharp.Graph
The functional graph representation is in FSharp.FGL
An additional graph representation is in FSharp.ArrayAdjacencyGraph

Describe the solution you'd like
For consistency, both graph representations should be named in the same scheme, e.g. FSharp.ArrayAdjacencyGraph and FSharp.InductiveGraph.

Maybe one could even switch the naming to FSharpFGL
with FSharpFGL.InductiveGraph
and FSharpFGL.ArrayAdjacencyGraph

or

FGL
with FGL.InductiveGraph
and FGL.ArrayAdjacencyGraph

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions